Skip to content

Clear-Space/meritq

Repository files navigation

Starter Package for new WordPress projects with:

mu-plugins/

  • In this directory there is a must-use-plugin titled Starter Theme Functionality. This plugin contains useful functions that are project-related rather than theme-related.
  • Must Use Plugins are executed (ie. activated automatically) before any other plugins, and cannot be disabled by the user. This is a great way to store important functionality for a WordPress project, and ensure it won't be accidentally deactivated or removed.
  • Functions in the plugin: removal of the default link to attachment file on images, removal of the <p> tag around images, setup of custom editor styles, customization of the excerpt
  • Resources:

themes/starter-theme/

plugins/

Useful plugins that I use while developing a new WordPress project.

  1. Admin Post Navigation
  • Codepress Admin Columns
  • Custom Post Types UI
  • Regenerate Thumbnails
  • RICG Responsive Images
  • Theme Check
  • Unsplash Stock Photo Library
  • Velvet Blue Update URLs
  • What the File
  • WordPress Importer
  • WordPress SEO
  • WP Accessibility

Project Setup

  • Gulp is setup for uglifying JavaScript and compiling SASS
  • Download the repository and type npm install (or sudo npm install) to install the necessary Gulp packages
  • Want to change the name to reflect your project? Do a search and replace in your editor for:
    • starter-theme
    • Starter_Theme

More info coming soon! - May 11, 2015

Releases

No releases published

Packages

No packages published