[insert_php]
query_posts(‘cat=351&posts_per_page=1’);
while (have_posts()) : the_post();
the_title();
the_content();
endwhile;
[/insert_php]
Разгледайте и другите публикации от рубрика „Добрата новина“:
[insert_php]
echo do_shortcode(„[catlist id=351 numberposts=10 pagination=yes]“);
[/insert_php]