• Can someone help me with thsi small problem. I have a navigation where I list out each category (static text) as a section to my site. I post daily to different categories, and I wanted an excerpt of that post to display under the static text. Example on page:

    Photography
    Excerpt text from single lastest category2 post

    Homebrewing
    Excerpt text from single lastest category3 post

    Artwork
    Excerpt text from single lastest category4 post

    Note that category 1 is the main blog entries. I only post to these other categories every few days. Thanks.

    BTW: I have this on one link now:

    <p class="navigation">Photography</p>
    <p class=""><?php the_excerpt();???></p>

    Can I do this?

    <?php the_excerpt('category=2');???>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the_excerpt(); and Category Links’ is closed to new replies.