DEVELOPING WORDPRESS THEME.
STEP BY STEP
- WordPress Installation
- How to turn on the debugger in WP
- First steps
- How to properly include CSS and JS files
- How to include the Bootstrap in the WordPress template
- How to create custom menus
- How to use the post loop and custom body class
- How to create custom and specialized page templates
- How to add theme features with add_theme_support
- How to add and create post formats
- How to create a navigation bar menu in WordPress
- How to create a sidebar and widgets areas
- Edit the posts query using WP_Query
- Filter the categories with WP_Query
- How to integrate Bootstrap carousel into WordPress theme
- How to make a grid structure of posts
- The single.php file, tags, edit links and comment template
- Create a custom search form and manage the search results page
- Create and manage the pagination in your blog loop
- How to print the blog info
- How to create a custom archive page
- How to create a custom 404 page
- How to create a custom post type
- How to create custom taxonomies
- How to get the current/parent category/post/page ID
- How to set a number of posts per page without changing the default value in the admin panel
- How to fix ‘Comments Are Closed’ Problem
- Display Author Bio With WordPress
- Implementing Facebook Comments (An Ultimate Guide)
- Add more contact methods in the User profile screen