Skip to content

melissajclark/wp-content

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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 Akismet
  • Codepress Admin Columns
  • Theme Check
  • What Template Am I Using
  • WordPress SEO

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
    • Starter Theme

About

WordPress /wp-content starter package: theme & plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published