• TommieV

    (@tommiev)


    When listing all the posts of a certain categorie, how to make them fully show up, instead of just a short summary and a link that leads to the full post?
    What I want is that it looks just like the front page of my blog, so full posts, only then of a certain category. No cutted of parts…

    Any help would be highly appriciated 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Chris_K

    (@handysolo)

    Check your theme files. The page being used to show posts for a category is liking using the_excerpt(). You want to find that and change it to the_content() instead.

    To help figure out which theme page is being used to display your category posts, check out “Theme Hierarchy” at http://codex.wordpress.org/Template_Hierarchy

    Thread Starter TommieV

    (@tommiev)

    That worked.
    Thanks alot 🙂

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

The topic ‘Categories…’ is closed to new replies.