PDA

View Full Version : showing more then just excerpts in archives


beohm
February 25th, 2006, 09:37
hi,

i'm running k2 at idents.tv, when you go into a categories archives, like here (http://idents.tv/blog/?cat=9), is there some way for the entire post (pictures etc) to be displayed instead of just an excerpt?

thanks
john

Aergonaut
February 25th, 2006, 04:28
Find and delete this in theloop.php

<?php if (is_archive() or is_search()) {
the_excerpt();
} else {

Then remove the curly brace ( } ) coming one line below the call to the_content().

beohm
February 26th, 2006, 12:57
Hey Aergonaut,

Thanks for the help, it works, but after i deleted the "}" i had to a add "<?php" in front of "the_content("Continue reading '" . the_title('', '', false)"

Thanks again

John

Zeo
February 26th, 2006, 06:43
why don't u just remove
is_archive() or