Skip to content

Instantly share code, notes, and snippets.

@r-sal
Last active August 29, 2015 14:00
Show Gist options
  • Save r-sal/11190924 to your computer and use it in GitHub Desktop.
Save r-sal/11190924 to your computer and use it in GitHub Desktop.

WordPress Dev Notes

Comprehensive list of resources related to Themes and Templates, how to customize them, and how to create them

General Theme Articles
Theme Development

Template File Articles
Template Hierarchy
The Loop

http://www.chipbennett.net/themes/template-hierarchy/

Administration Menus

Misc.
Running a Development Copy of WordPress

Developer Documentation

Function Reference - Complete PHP function reference for WordPress (version 2.1, with links to previous versions)
Global Variables- A list of all global variables created by WordPress
Post Types - Creating new types of posts other than the posts that display on the main loop.
Taxonomies - Creating new types of taxonomies other than the built-in ones.

API's

Articles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment