Tutorials - martindubenet/Wordpress GitHub Wiki
Seting-up Wordpress
- How to Install a Local WordPress Blog and Transfer it in Web Server
- How to connect localhost Wordpress theme to a remote MySQL DB
WPMU
Coding theme's templates
Visit wpHierarchy.com to vizualise and interact with the Wordpress Template Hierarchy |
---|
- Conditional tags
- List of all the Template Tags also available in Franch as regroupement des marqueurs de modèles
- The PHP includ method
<php get_header( $name ); ?>
- How to code a pagination without depending on a plugin
- How to use Shortcode
Child Theme
Custom Fields
- Codex definition of Custom Fields
Custom Post Types
- Codex definition of Custom Post Types
- How To Create Add A New Custom Post Type