Changeset 7748
- Timestamp:
- 10/19/2018 11:57:53 AM (6 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/functions.php
r5536 r7748 39 39 ) ) 40 40 ); 41 42 add_theme_support( 'custom-logo', array( 43 'height' => 250, 44 'width' => 250, 45 'flex-width' => true, 46 'flex-height' => true, 47 ) ); 41 48 42 49 register_nav_menus( array( -
sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/template-parts/header/site-branding.php
r5536 r7748 16 16 17 17 <div class="site-branding"> 18 <?php the_custom_logo(); ?> 19 18 20 <?php if ( is_front_page() && is_home() ) : ?> 19 21
Note: See TracChangeset
for help on using the changeset viewer.