WordPress create custom post types/taxonomies
Custom Post Types are a new set of administrative options appearing along with the default post types such as Posts,
Custom Post Types are a new set of administrative options appearing along with the default post types such as Posts,
This post is explaining creating wordpress custom meta boxes/meta data in easy,secure & proper way.A post meta box is a
How to check and get recent post 3 in wordpress? On another way it’s calling exclude posts.I’m going to explain
How to publish a post from frontend without plugin in wordpress? This is not a complex task and users can
When you’re working with wordpress may be you have to face to this problem.This is a common issue in WordPress
I’m going to show how to add custom field to user registration form in wordpress.I checked through the internet to
I’m going to show you how to add custom sidebars to your theme without using any plugins.This is easiest way
How can you read excel file using php and save that details to the database? My other post is describing
How can I get clicked element’s coordinates that means mouse x and y positions related to the clicked element, related
If you’re working with javascript and html sometimes you want to open the url in browser new tab using javascript.Because
Sometimes jquery trigger click event not working properly.That is not the browser issue.There is not jquery conflicting or javascript errors.If
I have the following list items with each anchor tags.So I need to get each clicked list item’s anchor tag
How to submit with data to another web site’s form and get its results using php?You can remote submit a
How can you create QR codes? QR codes means Quick Response Code.This contains hidden details.Using as the trademark.This QR codes
If you have wordpress blog sometime you faced to this error. All wordpress widgets are displaying properly.After clicked on the
When we are working with codeigniter you can see index.php in the url after the base_url.So here we’re discuss how