Insert the code snippet into your theme's functions.php, a helper file, or a functionality plugin to exclude specific categories from being displayed in WordPress search results. Apply the following code snippet to your theme's functions.php, included helper functions, or a functionality plugin. X where X is the number/ID of your category, comma separated for multiple. … [Read more...] about Exclude Categories from Search in WordPress
Change WordPress Login Page logo
Add the following code to your WordPress theme's function.php file, or a functionality plugin to Change WordPress Login Page logo. Change Style Enque the Stylesheet Change the Title … [Read more...] about Change WordPress Login Page logo
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
Disable Genesis SEO When SmartCrawl is Enabled
As of the posting of this code snippet, the Genesis Theme Framework will disable SEO functionality for Yoast SEO, and All In One SEO. But if you use an alternative SEO plugin like SmartCrawl by WPMUDEV the Genesis SEO will stay active leading to SEO conflicts with SmartCrawl and confusion for Contributors, Editors, and Admins. The good news is you do not need to change … [Read more...] about Disable Genesis SEO When SmartCrawl is Enabled
When PHPMyAdmin won’t import, try a BigDump
If you have ever been stuck trying to upload a huge mySQL file in a hurry, you know how frustrating it can be. PHPMyAdmin is powerful, but sometimes those imports stick and your stuck with a downed website. Enter BigDump: Staggered MySQL Dump Importer. S Sometimes you need to restore a very large backup of your mySQL database (or a part of it) into the new or the same … [Read more...] about When PHPMyAdmin won’t import, try a BigDump
WordPress Email Spambot Shortcode
The WordPress Email Spambot Short Code encodes email address when placed inside the short code. Usage Example: Code to hide email addresses from spambots: … [Read more...] about WordPress Email Spambot Shortcode
WordPress Widget Importer & Exporter
There are a number of occasions where you may need to duplicate widgets from one WordPress site to another and if you have a lot of them it can be quite time-consuming - for example: You could have a Multi-Site Network with different subsites representing different aspects of your business but you want the same newsletter subscription box on all sites within the network.You … [Read more...] about WordPress Widget Importer & Exporter
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