How to check and get recent post 3 in wordpress? On another way it's calling exclude posts.I'm going to explain this in 2 methods.First method is getting first 3 posts…
How to publish a post from frontend without plugin in wordpress? This is not a complex task and users can publish their own post without using a plugin.Post fields validations,…
When you're working with wordpress may be you have to face to this problem.This is a common issue in WordPress 3.5 version.When you going to create a new post or…
I'm going to show how to add custom field to user registration form in wordpress.I checked through the internet to add this custom field and how to validate that field…
I'm going to show you how to add custom sidebars to your theme without using any plugins.This is easiest way to add sidebars to your theme.Default in the wordpress theme…
If you have wordpress blog sometime you faced to this error. All wordpress widgets are displaying properly.After clicked on the each widget's options are not opening.Another issue is widgets are…
This post is describing how to reduce/ limit the length of the post title.This is you want when you have long title of a post or page.Here is the way…
How to get all posts of a specific category or sub category in wordpress?Here I'm going to explain how to get all posts of a specific category or sub category.
You…
How to wordpress get categories list easily.You can get categories list by wp_list_categories() core function.It is listing as categories names as a list.
How to add contents to the wordpress page or post using hooks.You can add before content or after content of the posts.Wordpress hooks are easy to handle and add contents…