All Projects → WebDevStudios → Wd_s

WebDevStudios / Wd_s

A starter theme from WebDevStudios.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wd s

Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (-88.18%)
Mutual labels:  wordpress, scss
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+200.66%)
Mutual labels:  wordpress, scss
Generator Baukasten
Awesome!
Stars: ✭ 50 (-89.06%)
Mutual labels:  wordpress, scss
Jackpine
WordPress starter theme with Timber, Tailwind, and Alpine.js.
Stars: ✭ 101 (-77.9%)
Mutual labels:  wordpress, tailwindcss
Wp Tailwind
A WordPress starter theme that utilizes Tailwind + PurgeCSS.
Stars: ✭ 135 (-70.46%)
Mutual labels:  wordpress, tailwindcss
Wp Tailwindcss Theme Boilerplate
A minimalist boilerplate for WordPress theme development using Tailwind CSS, SCSS, and Laravel Mix.
Stars: ✭ 199 (-56.46%)
Mutual labels:  wordpress, tailwindcss
Genesis Starter Theme
This repo is no longer maintained. The starter theme can now be found at:
Stars: ✭ 57 (-87.53%)
Mutual labels:  wordpress, scss
Nextjs Wordpress Starter
WebDevStudios Next.js WordPress Starter
Stars: ✭ 104 (-77.24%)
Mutual labels:  wordpress, tailwindcss
Plate
Plate: a super stripped-down WordPress starter theme for developers.
Stars: ✭ 110 (-75.93%)
Mutual labels:  wordpress, scss
Sage
WordPress starter theme with a modern development workflow
Stars: ✭ 11,531 (+2423.19%)
Mutual labels:  wordpress, tailwindcss
Shopify Theme Lab
Shopify theme development environment using Liquid, Vue and Tailwind CSS 🧪
Stars: ✭ 250 (-45.3%)
Mutual labels:  scss, tailwindcss
Debops Wordpress
Your superpowered WordPress server in three commands.
Stars: ✭ 443 (-3.06%)
Mutual labels:  wordpress
Carbon
A design system built by IBM
Stars: ✭ 5,005 (+995.19%)
Mutual labels:  scss
Statamic
Statamic 3: The New Site/App Package
Stars: ✭ 431 (-5.69%)
Mutual labels:  tailwindcss
Mtslack
Customize your Slack experience with tweaks and themes. Includes the famous Material Themes as well as other popular themes such as Monokai Pro, Dracula, Atom One, GitHub, Solarized, Night Owl...
Stars: ✭ 427 (-6.56%)
Mutual labels:  scss
Open Color
Color scheme for UI design.
Stars: ✭ 4,512 (+887.31%)
Mutual labels:  scss
Airplane Mode
Disables external data calls and loading for working on a purely local (i.e. no internet connection) WordPress site
Stars: ✭ 441 (-3.5%)
Mutual labels:  wordpress
Headless Wp Starter
🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
Stars: ✭ 4,144 (+806.78%)
Mutual labels:  wordpress
Wp Vue
A simple Vue blog template that displays posts from any WordPress REST API endpoint.
Stars: ✭ 423 (-7.44%)
Mutual labels:  wordpress
Lineage wiki
Stars: ✭ 419 (-8.32%)
Mutual labels:  scss

wd_s

buddy pipeline

Hi. I'm a starter theme called wd_s, or wdunderscores. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead, try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for!

I feature some of the web's most proven technologies like: Tailwind, npm, webpack, Sass, and PostCSS. To help you write clean code (that meets WordPress standards), we tap into @wordpress/scripts for linting CSS and JavaScript. Did I mention that I'm also accessible? Yup. I pass both WCAG 2.1AA and Section 508 standards out of the box.

I also support Selective Refresh and Live Preview in the Theme Customizer.

Looking to use some of our custom Gutenberg blocks? It's easy! Add the WDS Blocks plugin for a quick starter including our Accordion and Carousel bloocks.

Looking to use some of our Advanced Custom Fields Gutenberg Blocks? It's also easy! Add the WDS ACF Blocks plugin for a whole set of blocks built with ACF including: Accordion, Carousel, Call To Action, Fifty/Fifty, Hero, Recent Posts, and Related Posts.

WebDevStudios. Your Success is Our Mission.

Getting Started

Prerequisites

Because I compile and bundle assets via npm scripts, basic knowledge of the command line and the following dependencies are required: Node (14) and Composer.

Quick Start

If you want to keep it simple, head over to https://wdunderscores.com and generate your wd_s based theme from there. You just input the name of the theme you want to create, click the "Generate" button, and you get your ready-to-awesomize starter theme.

Advanced

If you want to set me up manually:

  1. Download and extract the zip into your wp-content/themes directory and rename wd_s-main to fit your needs.

  2. Find & Replace

You'll need to change all instances of the names: _s.

  • Search for: '_s' and replace with: 'project-name' (inside single quotations) to capture the text domain
  • Search for: _s_ and replace with: project-name_ to capture all the function names
  • Search for: Text Domain: _s and replace with: Text Domain: project-name in style.css
  • Search for (and include the leading space):  _s and replace with:  Project Name (with a space before it) to capture DocBlocks
  • Search for: _s- and replace with: project-name- to capture prefixed handles
  • Search for _s.pot and replace with: project-name.pot to capture translation files
  • Edit the theme information in the header of style.scss to meet your needs

Installation

  1. From the command line, change directories to your new theme directory:
cd /wp-content/themes/your-theme
  1. Install theme dependencies and trigger an initial build:
npm i

NPM Scripts

From the command line, type any of the following to perform an action:

npm run build - Compile and build all assets.

npm run start - Automatically handle changes to CSS, JS, SVGs, and image sprites.

Contributing and Support

Your contributions and support tickets are welcome. Please see our guidelines before submitting a pull request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].