• I’ve got a problem. I created blog and now when I click on a category or an archive the posts are displayed as a list with just the title and date. Their content is hidden and gets displayed only when I click on the post title.

    I’d like to be able to click on a category and see the entire posts, which I thought was the default option in WordPress. Where do I go to restore this option?

    Thanks in advance,

    Lorenzo

Viewing 5 replies - 1 through 5 (of 5 total)
  • You’d need to edit your theme’s archive and category templates (possibly archive.php & category,php) and insert <?php the_content();?> just after the code for the post titles.

    Thread Starter Go7enKs

    (@go7enks)

    Can I do that if I don’t have wordpress on a ftp? I mean, I just have a blog like blog1.wordpress.com

    How can I edit my theme templates withing the WordPress dashboard? Under “edit css”?

    I just have a blog like blog1.wordpress.com

    Unless you’ve paid for additional services, you can’t edit your theme on a wordpress.com blog.

    Thread Starter Go7enKs

    (@go7enks)

    And that’s the ONLY way to change that? ??

    Yes – sorry.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show entire posts in archive page’ is closed to new replies.