Want to make the site description clickable to the homepage? Here’s one way in which this can be done. add_filter( ‘genesis_markup_site-description_open’, ‘insert_html_opening_site_description_markup’, 10, 2 ); /** * Appends HTML to the opening markup for .site-description. * * @param string $open_html HTML tag being processed by the API. * @param array $args Array with markup arguments. […]
Recent Comments