With Genesis it's super easy to highlight searched-for text on a webpage, which can be helpful to users hunting for information in text-heavy websites. 1) Create a customized version of search.php in your child theme, adding a couple of custom filters: remove_action( 'genesis_loop', …
Genesis
Output a Genesis Simple Sidebar Title
If your Genesis site uses different sidebars on different pages then Genesis Simple Sidebars makes this really simple. But when you need to display the sidebar title before rendering the sidebar itself, here's how you grab it: function add_custom_sidebar_heading() { $sidebarID= …