• Resolved benzo.tomas@mayo.edu

    (@benzotomasmayoedu)


    So when i look at the post via the archive way, they look unformatted, but when i enter the single post, they are showing the changes ive made for example centered and bolded and such. any way to change that

Viewing 1 replies (of 1 total)
  • Theme Author Mayeenul Islam

    (@wzislam)

    First of all: I’m very sorry being late in reply, because from my end I’s facing some technical difficulties using WordPress.org support forum.

    Now come to your specific query:
    It’s a huge task. But you can see that, in archive.php and category.php it’s used the following code:

    <div class="entry-summary">
       <?php the_excerpt( __( 'Continue reading <span class="meta-nav">&raquo;</span>', 'nano-blogger' )  ); ?>
    </div><!-- .entry-summary -->

    Here the_excerpt() is loading the content in a trunckated short mode and without formatting. If you use the_content() instead, you can solve the problem (?). But IT’LL LOAD THE WHOLE CONTENT INTO THE ARCHIVE OR CATEGORY ARCHIVE PAGE, and I think you won’t want that.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘change appearance of post’ is closed to new replies.