Insert the code snippet into your theme's functions.php, a helper file, or a functionality plugin to reposition the Genesis Category/Archive headline and intro text. … [Read more...] about Genesis Framework Category, Archive Title, and Intro Text Posiotioning
9 Must have plugins for WP maintenance
These plugins will help you maintain your WordPress website efficiently. Simple Revisions Delete Simple Revisions Delete adds a discreet link within a post submit box to let you purge (delete) its revisions via AJAX. Bulk actions also available. Broken Link Checker The plugin is designed to find and verify links that are posted anywhere on your website. Each link is … [Read more...] about 9 Must have plugins for WP maintenance
Disable WordPress Admin Email Nag
Periodically when you login to WordPress you will receive an email verification notice. While this notice does serve a valid security purpose, for more advanced users it truly is a nag! It's a good idea for WordPress beginners to leave this "Nag" in-place because it reminds them to keep their email associated with the site's Admin login up to date. Many casual users … [Read more...] about Disable WordPress Admin Email Nag
To Post Or Not To Post; Using WordPress Pages
In the process of developing and maintaining WordPress based websites for myself and clients, I've encountered a wide array of content. Knowing how to organize that content properly will result in a site that is easier to manage, easier for visitors to locate the content they are looking for and improve search engine visibility. WordPress features both Posts (organized by … [Read more...] about To Post Or Not To Post; Using WordPress Pages
Exclude categories from blog
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
Exclude Categories from RSS Feed
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 RSS Feed results. X where X is the number/ID of your category, comma separated for multiple … [Read more...] about Exclude Categories from RSS Feed
Exclude Simple URLs in WordPress Search Results
This applies to the original simple URL's plugin by Nathan Rice and may not work with the new Lasso version. Locate the following in the simple URLs plugin.php Then insert "'exclude_from_search' => true," from the code snippet below into your code, and update the plugin. … [Read more...] about Exclude Simple URLs in WordPress Search Results
Exclude Categories from Search in WordPress
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