mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
modified CSS, added fancybox to required plugins in functions.php, added button colors
This commit is contained in:
+7
-1
@@ -93,6 +93,12 @@ function trestle_register_required_plugins() {
|
||||
'required' => true,
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => 'FancyBox for WordPress',
|
||||
'slug' => 'fancybox-for-wordpress',
|
||||
'required' => true,
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => 'Genesis Featured Widget Amplified',
|
||||
'slug' => 'genesis-featured-widget-amplified',
|
||||
@@ -277,7 +283,7 @@ add_action( 'init', 'trestle_nav_modifications' );
|
||||
* Footer
|
||||
===========================================*/
|
||||
function trestle_custom_footer($output) {
|
||||
return $output . '<p>[footer_childtheme_link before=""] by <a href="http://mightyminnow.com">MIGHTYminnow</a></p>';
|
||||
return $output . '<p class="mm">[footer_childtheme_link before=""] by <a href="http://mightyminnow.com">MIGHTYminnow</a></p>';
|
||||
}
|
||||
add_filter( 'genesis_footer_output', 'trestle_custom_footer' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user