No longer kept up to date.
Please see Sridhar's fork.
No longer kept up to date.
Please see Sridhar's fork.
| <?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 |
| <?php | |
| /* Template Name: Test */ | |
| /** | |
| * Genesis custom loop | |
| */ | |
| function be_custom_loop() { | |
| global $post; | |
| // arguments, adjust as needed |
| <?php | |
| /* Template Name: Test */ | |
| /** | |
| * Genesis custom loop | |
| */ | |
| function be_custom_loop() { | |
| global $post; | |
| // arguments, adjust as needed |