the_excerpt(); and Category Links
-
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 postHomebrewing
Excerpt text from single lastest category3 postArtwork
Excerpt text from single lastest category4 postNote 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');???>
- The topic ‘the_excerpt(); and Category Links’ is closed to new replies.