• I’m setting up my blog now, and I’ve imported a bunch of posts from MovableType. Now I wish to have a page with only posts belonging in a certain category. I found the easiest way would be to simply do a http://domain.com/?cat=4

    Only problem is this will only show excerpts of each post, and you have to click on each to view it in whole. An easy way to get around this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Does your theme have a category.php or an archive.php?

    If so, edit it and change the_excerpt() to the_content().

    Thread Starter xgrape

    (@xgrape)

    Thanks for your quick reply!
    I’m using the Unsleepable_v.1.6 theme. List of templates below. I looked in the archive.php (Archives) and page-archive.php (Archives (Do Not Use), but found no “the_excerpt” in either.

    ela.css
    Stylesheet
    404 Template
    Archives
    bottomblock.php
    comments-ajax.php
    Comments
    Footer
    functions.php
    Header
    Main Index Template
    livesearch.php
    navigation.php
    Archives (Do Not Use
    Default Template w.
    Page Template
    Search Results
    searchform.php
    Sidebar
    Single Post
    theloop.php

    Thread Starter xgrape

    (@xgrape)

    anyone?

    Thread Starter xgrape

    (@xgrape)

    nevermind. problem solved. in my theme, “unsleepable”, the “the_excerpt()”-part is located in the file “theloop.php”

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Browsing category: show entire posts?’ is closed to new replies.