Skip to content

Instantly share code, notes, and snippets.

@izuddinhelmi
Last active March 15, 2021 11:01
Show Gist options
  • Save izuddinhelmi/9949511 to your computer and use it in GitHub Desktop.
Save izuddinhelmi/9949511 to your computer and use it in GitHub Desktop.
WP Theming for Noob

Basic Knowledge START WITH THESE!

Step by Step

  1. Preparing the Markup : http://code.tutsplus.com/tutorials/creating-a-wordpress-theme-from-static-html-preparing-the-markup--wp-33895
  2. Creating Template Files : http://code.tutsplus.com/tutorials/creating-a-wordpress-theme-from-static-html-creating-template-files--wp-33939
  3. Uploading Your Theme to WordPress : http://code.tutsplus.com/tutorials/creating-a-wordpress-theme-from-static-html-uploading-your-theme-to-wordpress--wp-33955
  4. Adding a loop : http://code.tutsplus.com/tutorials/creating-a-wordpress-theme-from-static-html-adding-a-loop--wp-33968
  5. Setting Up The Header : http://code.tutsplus.com/tutorials/creating-a-wordpress-theme-from-static-html-setting-up-the-header--wp-34005
  6. Adding Up Navigation : http://code.tutsplus.com/tutorials/creating-a-wordpress-theme-from-static-html-adding-navigation--wp-34032

Default Template Reference:

Basically when WP introduce new template codes etc, they will create a new template to teach us how to use

Theme Customizer

  1. What it is and why it benefit us : http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-what-it-is-why-it-benefits-us--wp-32959
  2. Getting Started : http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-what-it-is-why-it-benefits-us--wp-32959
  3. Sections, Settings & Controls : http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-sections-settings-and-controls--wp-33137
  4. Adding a new setting : http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-adding-a-new-setting--wp-33180
  5. A Methodology for Sections, Settings, and Controls - Part 1 : http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-a-methodology-for-sections-settings-and-controls-part-1--wp-33238
  6. A Methodology for Sections, Settings, and Controls - Part 2 : http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-a-methodology-for-sections-settings-and-controls-part-2--wp-33252
  7. Advanced Controls : http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-advanced-controls--wp-33461
  8. Review and Resources : http://code.tutsplus.com/tutorials/a-guide-to-the-wordpress-theme-customizer-review-and-resources--wp-33466

Theme Options :

Custom Meta Boxes :

Custom Post Type

Taxonomies

Template Localization/Internalization

WP Shortcode

E-Commerce

Social Network

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