Altering the WordPress default query

Posted by on Sep 12, 2017 in Wordpress | No comments yet

There are many ways to get posts in WordPress, but we can distinghish two techniques : Altering the WordPress default query in a particular context => what we are going to do here Creating a new query from scratch with get_posts()  or …

Migrating wordpress to another server

Posted by on Feb 8, 2016 in General, Wordpress | No comments yet

For blogger who self-hosts the WordPress blog publishing system on a web hosting server with own registered domain name, sometimes, you may decide to reorganize the blog link URL to make it tidier or to reflect new focus or theme …

Add Fields To Custom Taxonomy

Posted by on Feb 24, 2015 in Snippets, Wordpress | No comments yet

As a WordPress developer, some times we need to add fields to custom taxonomy. So, in this post we are going through the code snippet for adding field to taxonomy. Let have a look, Here we are taking the taxonomy …

Activate wordpress plugin php code

Posted by on Dec 5, 2013 in General, Php, Wordpress | No comments yet

Being a developer some times when developing wordpress plugin what if we don’t have the admin access to activate the plugin. So in this post we are discussing about how we can activate wordpress plugin php code we need to …

Load More