Skip to content

Instantly share code, notes, and snippets.

@rfmeier
rfmeier / functions.php
Last active June 14, 2017 15:10
Make the Genesis Featured Post widget title link to the specified category archives.
<?php
add_filter( 'widget_title', 'custom_widget_title', 10, 3 );
/**
* Callback for WordPress 'widget_title' filter.
*
* Create a link for the title of the Genesis Featured Widget if a category is
* specified.
*
* @package WordPress