Lesson 10 Use of Browser based Developer Tools
Chrome Developer Tools
Firefox Developer Tools
Firebug
Chrome Developer Tools
Firefox Developer Tools
Firebug
single-book.php
WordPress Theme Folder Structure:
Video
Custom Page Template:
Template Hierarchy:
Conditional Tags:
Child Theme example: Â Main theme reside in folder “oxy”
Plugin code for the lesson.
Demonstrate the use of query_posts command. Â Show post titles of posts written by administrators only and ignore any posts written by any other author.
This code was intended to show results. Is it showing results? if not, make it show results and tell how you fixed it. You can add more code if you […]
Demonstrate the use of get_posts wordpress command. You are required to show only posts in trash.
Create a Custom Post Type  “Bike”.  Demonstrate by creating a plugin
The use of labels
Hide Admin Menu for “Bike” custom post type.
In this lesson we will discuss get_posts  and also touch the famous WordPress LOOP