• Is it possible to list the titles/links to each article at the top of each category page? By default, it lists the titles and summaries, but I want *just* the titles listed on their own above all that.

Viewing 7 replies - 1 through 7 (of 7 total)
  • you could list the last X posts before the loop starts on your index.php by adding this before the loop:
    <?php get_recent_comments(); ?>
    i think you can set the number of posts shown, but i just cant find this one on the codex, search for yourself ??

    Thread Starter ashes999

    (@ashes999)

    I’m hosting off www.ads-software.com, so I don’t have acces to the source code ?? yet!

    Do you mean wordpress.com? If you’re a wordpress.com user, then there’s nothing you can do. Templates are, by design, restricted there.

    Thread Starter ashes999

    (@ashes999)

    Bummer. I guess I have to host it and customize it myself? Thanks. Will try that when I can…

    Thread Starter ashes999

    (@ashes999)

    Ok, we’re in business!
    I need to display the *titles*, not the posts. JUST the titles. Is that somehow possible?

    Yes. But first it would help to know what theme you’re using for specific help and suggestions.

    In general, you can remove any template tag from the theme template where you want to modify the layout. So for example, if titles and excerpts are shown, but you only need the titles, look for this in the template:

    <?php the_excerpt(); ?>

    and delete it.

    Thread Starter ashes999

    (@ashes999)

    I’m using Pool and modifying it to suit my needs. I can’t seem to find the category bit…where do I look?

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Categories Index / Table of Contents?’ is closed to new replies.