Cant get other pages loading posted infor
-
my index.php has this code: which works
<?php while ( have_posts() ) : the_post(); ?> <?php if( get('top_left_title') != "" ) { ?> <h1><?php echo get('top_left_title'); ?> </h1> <div id="line"> </div> <?php echo get('top_left_info'); ?> <div id="line"> </div> <?php } ?> <?php endwhile; ?>
But when click the menu “About us” which uses default template page.php
with same code as above, it does show any result.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cant get other pages loading posted infor’ is closed to new replies.