WordPress .htaccess for Permalinks
After installing WordPress 3.8.1 at the root of the domain and then going to “Settings -> Permalinks -> Post name”, it creates a .htaccess file in the WordPress root that looks like...
read moreWhy you should avoid using query_posts()
The WordPress function query_posts() will alter the main loop which means that post-related global variables and template tags will be altered. This should be avoided as it make unintended bugs...
read moreWordPress page with two loops
This tutorial show how you can have two WordPress loops on a page. Here we see a custom two-column page where the left column loop and display all posts in the category “humor”. The...
read moreCreating a Custom Page Template in WordPress
In this tutorial, we will create a custom page template in WordPress. After duplicating the Twenty Fourteen theme and calling it “Twenty Fourteen Custom”, we make a copy of the default...
read moreWordPress Tutorial on How to Create a Theme Widget
In this tutorial, we will learn how to create a WordPress Theme Widget that you can drag and drop to a widget area of the theme. We are using a clone of the Twenty Fourteen theme which we had...
read moreWordPress: Adding Fields to the Theme Customization Panel
In previous tutorial, we showed you how to use the theme customization panel to customize the Twenty Fourteen theme in terms of changing the layout of featured posts. In this tutorial, we will get...
read moreCreating a custom WordPress Editor button
Based on the example provided by WordPress Codex, we will add a new custom button to our WordPress editor. In the last tutorial, we created a shortcode that display random lines from the Hello...
read moreAdding shortcode functionality to WordPress plugin
In a previous tutorial, we showed you how the default Hello Dolly plugin works. In this tutorial, we will learn how to add shortcode functionality to this WordPress plugin. A shortcode is a code...
read moreRemove wrong message “An automated WordPress update has failed to complete...
Have you ever gotten an warning message in your WordPress Dashboard saying “An automated WordPress update has failed to complete – please attempt the update again now.” And then...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.