Display a popular posts widget in a convenient way that doesn’t need the plugin
You just write very few codes lines in the functions.php file
The codes can show popular post in a specific category
If you want to show most viewed posts
The solution is in here
Dive in to find out how popular posts widget is implemented
Create extra input fields to collect a extra data from a reader when commenting
The techniques don’t require the plugins to add the fields
It saves the money and time since there are very few steps to create comment extra fields
The codes employs the security measure to prevent user from entering unrequired information
Let’s dive in
Do you want to enqueue bootstrap framework in WordPress?
There is answer that solves this issue
The methods that add bootstrap provide two options
In short, check this step by step procedure to include bootstrap in wordpress
You know, when you add javascript improperly in WordPress can cause massive problems to your page
The reason is, WordPress has got its own procedure to properly include the script
This guide features some example of how to add javascript by creating a function in functions.php file
In short, you need to read this post to add javascript in WordPress that works accordingly
If you have ever used a global variable $post, you may have noticed its properties can retrieve a variety of WordPress data. The $post property post_name can fetch a post slug. I have tested it in one of the themes I’m developing. The variable gives a page title with words separated by a dash. Hence, this is a simple guide […]