This post is explaining creating wordpress custom meta boxes/meta data in easy,secure & proper way.A post meta box is a draggable box shown on the post adding/editing page. Its purpose is to allow the user to enter information in addition…
Tag: Wordpress
WordPress get recent post except first 3 posts
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 into an array. When we’re going to display the posts,…
wordpress publish a post from frontend without plugin
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, error displaying and bootstrap html contents added and you have…
WordPress Add Media Button not working
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 edit a post and if you click on “Add Media”…
WordPress add custom field to registration form without plugin
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 for values.But couldn’t find useful articles. So I decided to…
WordPress add custom sidebars to the site without plugins
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 there is one or two sidebar.In here I’m using a…
wordpress widgets are not clickable
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 not displaying.Menu items are not displaying when mouse hover.And other…
WordPress limit the length of the post title
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 to limit the length of the title of wordpress.
WordPress get all posts of a specific category
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 can execute wordpress query to get specific category details…
WordPress get categories list
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.