page.php

if (have_posts()) : while (have_posts()) : the_post();
the_title();

Лента

the_author(); Yantar

the_content();

comments_template();

Есть комментарии?

show_manual_subscription_form();

Subscribe without commenting

endwhile;