>
'; echo the_content(); echo '
'; }; if ( is_single() || ! get_post_gallery() ) { /* translators: %s: Name of current post */ the_content( sprintf( esc_html__( 'Continue reading "%s"', 'switch-lite' ), get_the_title() ) ); wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '', ) ); }; ?>

'; switch_lite_posted_on(); echo ''; }; ?>