• Resolved Anonymous User 357386

    (@anonymized-357386)


    In page.php change this:

    <div class="entry">
    				<?php the_content('<p>'.__('Continue reading', TDOMAIN)).' &raquo;</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).' &raquo;</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)
  • resourcesforlife

    (@resourcesforlife)

    DarkWolf,

    I think the problem you are referring to is resolved in the 2.8.1 release available as of this morning.

    This is an amazingly flexible, solid, elegant, yet simple theme. Their pro version is nice, too.

    We’re using iBlog2 out of the box for our website. It works great!

    ~ Gregory Johnson | ResourcesForLife.com

Viewing 1 replies (of 1 total)
  • The topic ‘Some error with page view.’ is closed to new replies.