In this article I am showing how to add the category and tags to pages. First registering the category and tags taxonomy to “page” type by init and register_taxonomy_for_object_type functions. After adding this code “Categories” and “Tags” meta box will appear on Page Add/Edit Screen at Dashboard. /** Enabling Categories and Tags Taxonomy for pages… Continue Reading
Remove Sidebar from Blog Posts
We knew that we can remove the sidebar from blog post using Genesis Layout option. But if you have 1000+ posts and edit every single post one by one and change the layout then it will be very painful process for you. So I made a quick tweak for it. I did this programmatically. I… Continue Reading