Add the following code to your theme’s function.php file, or a functionality plugin to modify to exclude categories from your WordPress Blog Page. … [Read more...] about Exclude categories from blog
Code
Change Genesis Site Title Link
Add the following code to your theme's function.php file, or a functionality plugin to change the Genesis Site Title Link. … [Read more...] about Change Genesis Site Title Link
Prevent WordPress Search from listing Pages
Add the following code to your theme's function.php file, or a functionality plugin to prevent the WordPress Search function from listing Pages. … [Read more...] about Prevent WordPress Search from listing Pages
Override Genesis Page Layout Theme Settings
Add the following code to your WordPress theme's function.php file, or a functionality plugin to override Genesis Page Layout Theme Settings. … [Read more...] about Override Genesis Page Layout Theme Settings
Add Empty Cart To WooCommerce Cart Page
Add the following code to your theme's function.php file, or a functionality plugin to add an empty cart button on the Cart Page. … [Read more...] about Add Empty Cart To WooCommerce Cart Page
Add Navigation Bar Widgets to Genesis Child Themes
How to add Primary and Secondary Navigation Widgets to Genesis Navigation Bars. Add the following code to your WordPress theme's function.php file, or a functionality plugin to add Primary and Secondary Navigation Widgets to Genesis. … [Read more...] about Add Navigation Bar Widgets to Genesis Child Themes
Prevent product category from displaying on WooCommerce shop page
Add the following code to your theme's function.php file, or a functionality plugin to modify the WooCommerce Shop Page in order to prevent specific categories from displaying on the WooCommerce Shop Page. … [Read more...] about Prevent product category from displaying on WooCommerce shop page
Change the number of WooCommerce Related Products
Add the following code to your theme's function.php file, or a functionality plugin to modify the number of WooCommerce Related Products that are displayed. … [Read more...] about Change the number of WooCommerce Related Products
Re-position the price on the single product page
Add the following code to your theme's function.php file, or a functionality plugin to move the price under the excerpt in the short description on the WooCommerce shop page. … [Read more...] about Re-position the price on the single product page
Genesis – display featured image before single post title
Add the following code to your WordPress theme's function.php file, or a functionality plugin to display a featured image before the title on a single post. … [Read more...] about Genesis – display featured image before single post title