Latest posts on all pages

时间:2012-08-22 作者:Anders

我想在我的所有页面上都有“最新”的框。我怎样才能解决这个问题?

现在它在主页上工作,在另一个页面上只显示一个框,但内容与它所在的页面相同。

    <!--LATEST POSTS-->
<div class="center">
<?php if (is_page() ) { ?>
    <?php if(of_get_option(\'latstpst_checkbox\') == "1"){ ?><?php get_template_part(\'\'.$zn_lays = of_get_option(\'layout_images\', \'layout1\').\'\'); ?><?php } else { ?><?php } ?>
<?php } else { ?>
    <?php get_template_part(\'\'.$zn_lays = of_get_option(\'layout_images\', \'layout1\').\'\'); ?>
<?php } ?>
<!--LATEST POSTS END-->

1 个回复
SO网友:Ant

我以前看过你的代码,我原来的解决方案就不起作用了。你有这个网站的链接吗?

可能还有很长的路要走,因为不能百分之百确定这是怎么回事,您是否尝试过将值==“1”更改为==“2”,看看会发生什么?

结束

相关推荐

是否返回不同数据的Get_Pages和Get_Posts?

这让我抓狂。。。我有一个管理插件页面,列出wordpress网站的页面。我试图使用get\\u pages()列出所有页面,但由于某些原因,一旦页面发布,它们就不再显示了-当我使用get\\u帖子时,它们会显示出来,但新的草稿页面不会:(这是代码。。请帮忙//this only displays the new draft pages - once published pages don\'t show up here $args = array(\'post_status\' => \'d