WP loop excerpts as thumbnails (photoblog)
-
Hello, sorry if this is complicated. I’m trying to do a photoblog style site. I’m attempting this by having the thumbnails of the ‘Posts’ be images in the excerpt. And the post itself is just an image at full size. So first question, can I place an image in the excerpt? Second question, how can I loop through all the excerpts of the posts in a certain category? I tried this:
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" ><?php the_excerpt(); ?></a>
<?php endwhile; ?>
But nothing happens. Thanks in advance for your help!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘WP loop excerpts as thumbnails (photoblog)’ is closed to new replies.