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...
To begin with you need to register/login to developer.paypla.com
After then you need to create various test accounts.
Then either you can login to https://www.sandbox.paypal.com or by click on ‘ Enter sandbox...
Ideally you should see a big list when you mouse-over profile menu-item.
Or you see a big list when you click profile menu-item
But in some case you see like this
The reason of this variation is that your account type is...
I realized that there is no query string at all. paypal simply forward to the redirect URL.
I started using sandbox. I made sure that auto return is enabled. and also PDT is enabled. still I am redirected to a plain URL.
finally I read this...
I made the changes in PHP.ini
SMTP = ssl://smtp.gmail.com
smtp_port = 465
but, after this also mail function was not working.
I simply wanted some email to be send from my localhost test server,and I dont want to install XAMP, or any other mail...