what is pods?
The Pods Framework is a Content Development Framework for WordPress or we can say like CMS. You create and extend content types that can be used for any project. Add fields of various types we’ve built in, or add your own with...
what is post and texonomy .?
Texonomy:-
Ans: Texonomy in WordPress is one of those things that everyone use. WordPress texonomies are used as a way to group posts and custom post types together.
Two Taxonomies are there:
1)...
JETPACK PLUGIN
If your wordpress stat plugin is not working then please understand that
there is a need of a plugin called jetpack, and jetpack will prompt you to connect to wordpress.com by your wordpress userID.
BUT THIS...
wordPress multisite is the feature by which you can map the multiple subdomain/subfolder to the same website. and give a diffenret look of the website as if it is a different website. You can achieve this difference by three...
If you want a 4 digit number like 2900 to be a postname, i.e post url. then you will be in trouble if choose %postname% as permalink.
many posts are suggesting a solution to change something in .htaccess file. however I was searching for...
PROBLEM-
I was planning to list a particular category on the home page. and I tried to use this code.
<?php query_posts($query_string . ‘&cat=1’); ?>
However later I realised...