• Hi,

    I would like my whole articles to show up in the category archives instead of a small excerpt? How can I do this?

    Thanks a lot!
    Claudia

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi!!
    I’m really a newbie with Php, but I tried to found a solution to this “problem” I had too, and here is what I found:
    – Go on content.php
    – On line 12, change <?php the_excerpt(); ?> for <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'ilisa' ) ); ?>
    – It works!

    I’m quite sure it’s not the best and more professional solution, because I only copied the code from the theme “Twenty Eleven”, but at least it works… Maybe someone else would give you a better or cleaner code ??
    I hope it helps you,
    Alice

    Sorry for double post: I just noticed that you can write only <?php the_content(); ?>, it works too, and it’s maybe better than the previous code…

    Thread Starter Curious Forks

    (@curious-forks)

    Thanks, Alice! It worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category Archive: Show whole posts instead of excerpts’ is closed to new replies.