• Hi: I am looking to see if anyone knows of any existing plugins that will display a list of titles (possibly with excerpts) instead of showing the whole post. I am having trouble locating one.
    Also, How can i get back to a question I have previously posted. When I search by my username…nothing shows up? any suggestions? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you look in your index.php file, you should find aline that reads:
    <?php the_content(); ?>….. if you change the line to this, it should work.

    <?php if ($single) { the_content(); } ?>

    I think this will work for 1.2, but I think it mayhave changed in 1.3.
    TG
    PS: I just tested it on my site, and it does in fact work. using 1.2 Mingus.

    Thread Starter Anonymous

    That absolutely rocks. I thought it could be something simple like that. Thanks so much!

    As I just mentioned elsewhere, if you want to do that OUTSIDE the normal posts loop, you can use CG-SameCat to get titles of posts in a given category. It’s in the CG-PowerPack.
    -d

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘list categories instead of showing post…plugin?’ is closed to new replies.