This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // remove this line | |
//* Activate Manual excerpt on Pages | |
add_post_type_support('page', 'excerpt'); | |
//* Show Manual excerpt After Header | |
function jan_show_manual_excerpt() { | |
$post = get_post( get_the_ID() ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.features { | |
background: url(images/default-featurebg.jpg) no-repeat center top; | |
clear: both; | |
min-height: 450px; | |
padding: 2%; | |
} | |
features-widgetarea { | |
padding: 2%; | |
float: right; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // remove this line | |
// Register OnTop Widget | |
genesis_register_sidebar( array( | |
'id' => 'ontop', | |
'name' => __( 'OnTop', 'jan' ), | |
'description' => __( 'This the Ontop widget', 'jan' ), | |
) ); |
NewerOlder