• WordPress by default only shows half of an archived category unless you click “more”, or click the title of the article. How can I setup my blog so when you click any category it always displays the entire article?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Look in your theme’s archives.php for
    the_excerpt
    and replace with
    the_content

    Thread Starter floppybait

    (@floppybait)

    Damn, thanks! Anyone know where I can learn PHP?

    Thread Starter floppybait

    (@floppybait)

    I changed it, but now my adsense ready theme does not display the adsense ads on each posting anymore?!

    what theme are you using?

    In the theme files, edit the Main Index template, and also the category.php template (and maybe also the archive template, and the Search Results template).

    The edit is to change the_excerpt to the_content, I think. Find out more in the Codex by looking up the excerpt. Your site is just showing the excerpt, you want to replace that code with the full content code.

    hope this helps

    EDIT: late

    Thread Starter floppybait

    (@floppybait)

    The theme is Prosense Blue. I dont have a category.php, and the only .PHP that has the_excerpt is archive.php.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Categories Display – HALF Content’ is closed to new replies.