Altering the WordPress default query
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

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

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
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 …