WordPress Interview Question

Another phase of our collection and knowledge on WordPress Interview Question , we want to share with you . Also it can helps you on knowledge growth too. 1. Is the functions.php file required in […]
Another phase of our collection and knowledge on WordPress Interview Question , we want to share with you . Also it can helps you on knowledge growth too. 1. Is the functions.php file required in […]
Another phase of our collection and knowledge on WordPress Interview Question , we want to share with you . Also it can helps you on knowledge growth too. 1. Which of the following methods can […]
WordPress Interview Question so far we have collected , we want to share with you . Also it can helps you on knowledge growth too. 1. Which of the following methods can be used to […]
In wordpress we easily can get the category details of post. I have written a custom function to make it easy to use. //Call from theme $catname=getAllcustomPostCat(‘post’); print_r($catname); //Put it into functions.php function getAllcustomPostCat($postType) { […]
When you are creating WordPress website you should have the following plugin in your hand to make the site ready and launch in public . This plugin are related to security, performance , enhancement . […]