How to add new sidebar for my theme in wordpressAnkit AgrawalAugust 11, 2015Phpadd below code in your theme function file Read More
How to add new custom post type in wordpressAnkit AgrawalAugust 11, 2015Phpadd below code in your theme function file Read More
How to remove php extension from urlAnkit AgrawalJuly 28, 2015Phpyou can do that by using htaccess file. write below code in your .htaccess file Read More
How to call a view without header/footer in cakephpAnkit AgrawalJuly 27, 2015Phpyou can set a blank or null layout for view which you want to display without header footer. Read More