How to wrap text around images in excerpts?
-
Hi,
I am having a couple problems:
1. I can’t get my post thumbnails to show up in the category archives page, but they do show up in the search/archives. So for example, if I search something on my website a list of excerpts of posts will come up, with the featured image. However, if I click on one of the categories at the top of my website (aka “stalk my style” or “trending”), there is no featured image next to any posts that show up for. Sorry if that was a bad explanation…but how do I fix this? I don’t have a category.php page, only an archive.php page, so I’ve only added
<?php the_post_thumbnail();?>
to the archive.php page.
2. I can’t figure out how to make the text wrap around the featured image in the post exercepts. I tried adding
.post-thumb {float: left;}
to style.css and it didn’t work. I also tried adding
.postthumb { display:block; float:left; margin:10px 10px 10px 0px; }
to the style.css and it didn’t work.
Any suggestions?? I’m feeling at a loss here.
P.S. here is my website link: Fashion HotBox
- The topic ‘How to wrap text around images in excerpts?’ is closed to new replies.