• id="post-"> __( 'Sticky post:', 'mcluhan' ) . ' ' ) : array(); ?> ' : ''; the_title( '

    ' . $sticky . '', '

    ' ); // Set locale setlocale( LC_TIME, get_locale() ); // Check setting for teh order of month and day $format_setting = get_theme_mod( 'mcluhan_preview_date_format' ); $date_format = ( $format_setting && $format_setting == 'month-day' ) ? '%b %-d' : '%-d %b'; // Check setting for outputting date in lowercase $date = get_theme_mod( 'mcluhan_preview_date_lowercase' ) ? strtolower( strftime( $date_format ) ) : strftime( $date_format ); // Output date echo ''; ?>