我想在我的所有页面上都有“最新”的框。我怎样才能解决这个问题?
现在它在主页上工作,在另一个页面上只显示一个框,但内容与它所在的页面相同。
<!--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-->