If you're familiar with WordPress coupon site you may had use the WordPress clipper theme as parent theme.Also Discounty theme is a child another theme use with clipper theme.So when…
Today I'm going to show how to remotely publish post using xml-rpc of the wordpress.This is actually very simple and powerful.If you want to publish posts or pages without log…
When you're creating custom post types into your wordpress site you can see it's posts as list.But there is no option to sort each columns.You have to manually add this…
If you're creating custom post types to WordPress site sometimes you need to restrict access to custom post types from back-end to other users. For a example if you created…
If you're working with wordpress sometimes you want to add custom post types with it's tags and categories to add into admin panel.For a example, "News" custom post type.You can…
If you're developing own wordpress plugin may be you have to use upload image in the custom field.So in here i'm going to explain all how to use media uploader…
How do you find specific shortcode from the WordPress page or post contents? For a example if you are using "gallery" shortcode, you want to check that code if exist…
In the wordpress woocommerce web site's contains various featured products and sometimes we want to get the featured products without any plugins.For a example we want to get featured products…
Custom Post Types are a new set of administrative options appearing along with the default post types such as Posts, Pages, Attachments etc. A Custom Post Type can store any…
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…