01/01/2020
Comments Off

Scheduled

This post is scheduled to be published in the future. It should not be displayed by the theme.


if ( is_home() ) { do_action( 'homepage' ); } else { get_template_part( 'loop' ); }