What we are trying to achieve here is to disable categories from showing on the website. We will then append a "#" tag before your regular tags on the site. To achieve this, we will need to do the ... Continue Reading →
Custom body class to specific category
The below code to be used to add body class to a specific category in Genesis Framework. Add the code to your theme’s functions.php file. ... Continue Reading →
Aggregate Posts with YouTube Videos in Custom Page Template
I have been playing around with few YouTube related plugins to get the best plugin available to showcase all the demo and tutorial videos created for TechQuest.Co different articles. I could not find ... Continue Reading →
Modify the read more link in Genesis Framework
The below code is to be used to modify the text of "Read More" link in Genesis Framework. Add the code to your theme's functions.php file. ... Continue Reading →
Customize the Next/Previous Page text in Genesis Framework
The below code is to be used to modify the text of "Next Page" and "Previous Page" links in Genesis Framework. Add the code to your theme's functions.php file. ... Continue Reading →
Exclude Specific Category’s Posts from WordPress Blog
The below code is to be used to exclude specific category's posts from WordPress loop (home page blog). Add the code to your theme's functions.php file. ... Continue Reading →