Русский
Регистрация
echo '
'; echo '
'; while ( have_posts() ) : the_post(); if( !is_front_page() && is_home() ){ get_template_part( 'tpl-articles-page' ); } endwhile; echo '
'; echo '
';