Some error with page view.
-
In page.php change this:
<div class="entry"> <?php the_content('<p>'.__('Continue reading', TDOMAIN)).' »</p>'); ?> <?php link_pages('<p><strong>'.__('Pages', TDOMAIN)).':</strong> ', '</p>', 'number'); ?> <?php edit_post_link(__('Edit', TDOMAIN)), '<p>', '</p>'); ?> </div><!--/entry -->
To this:
<div class="entry"> <?php the_content('<p>'.__('Continue reading', TDOMAIN).' »</p>'); ?> <?php link_pages('<p><strong>'.__('Pages', TDOMAIN).':</strong> ', '</p>', 'number'); ?> <?php edit_post_link(__('Edit', TDOMAIN), '<p>', '</p>'); ?> </div><!--/entry -->
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Some error with page view.’ is closed to new replies.