I would like to have the “latest” boxes on all my pages. How can I fix that?
As it is now it works on the homepage, on the other only one box apperes and but the content is the same as the page it is in.
<!--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-->