Changeset 2013333
- Timestamp:
- 01/16/2019 11:53:00 AM (7 years ago)
- Location:
- sermon-manager-for-wordpress/trunk
- Files:
-
- 1 added
- 4 edited
-
assets/css/theme-specific/twentynineteen.css (added)
-
readme.txt (modified) (1 diff)
-
views/archive-wpfc_sermon.php (modified) (1 diff)
-
views/partials/content-sermon-wrapper-end.php (modified) (1 diff)
-
views/partials/content-sermon-wrapper-start.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sermon-manager-for-wordpress/trunk/readme.txt
r2007723 r2013333 126 126 * New: Dutch translation (thanks @LeonCB!) 127 127 * New: Add support for Dunamis theme 128 * New: Add support for TwentyNineteen 128 129 * Change: Add WordPress author metabox 129 130 -
sermon-manager-for-wordpress/trunk/views/archive-wpfc_sermon.php
r2008765 r2013333 38 38 elseif ( function_exists( 'presscore_complex_pagination' ) ) : 39 39 presscore_complex_pagination( $GLOBALS['wp_query'] ); 40 elseif ( function_exists( 'cro_paging' ) ) :40 elseif ( function_exists( 'cro_paging' ) ) : 41 41 cro_paging(); 42 elseif ( function_exists( 'twentynineteen_the_posts_navigation' ) ) : 43 twentynineteen_the_posts_navigation(); 42 44 else : 43 45 the_posts_pagination(); -
sermon-manager-for-wordpress/trunk/views/partials/content-sermon-wrapper-end.php
r2008756 r2013333 39 39 echo '</main></div>'; 40 40 get_sidebar(); 41 break; 42 case 'twentynineteen': 43 echo '</main></section>'; 41 44 break; 42 45 case 'Divi': -
sermon-manager-for-wordpress/trunk/views/partials/content-sermon-wrapper-start.php
r2008756 r2013333 43 43 case 'twentyseventeen': 44 44 echo '<div class="wrap"><div id="primary" class="content-area"><main id="main" class="site-main wpfc-sermon-container wpfc-twentyseventeen ' . $additional_classes . '">'; 45 break; 46 case 'twentynineteen': 47 echo '<section id="primary" class="content-area"><main id="main" class="site-main wpfc-twentynineteen ' . $additional_classes . '">'; 45 48 break; 46 49 case 'Divi':
Note: See TracChangeset
for help on using the changeset viewer.