This file contains hidden or 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 | |
| /** | |
| * Template Name: Daily Template | |
| * Description: Used as a page template to show page contents, followed by a loop | |
| * through the "Daily" category | |
| */ | |
This file contains hidden or 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 | |
| /** | |
| * This file adds the Home Page to the Pretty Theme. | |
| * | |
| * @author Lindsey Riel | |
| * @package Pretty | |
| */ | |
| //* Force full-width-content layout setting | |
| add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' ); |
OlderNewer