Jump to content
Sign in to follow this  
ecoyology

Including photos with post excerpts

Recommended Posts

bryan-hadaway

This may require customization, let me inquire the developers for some insight. Thanks, Bryan

Share this post


Link to post
Share on other sites
cmunns

Yes Bryan is correct, I was unaware that it was the archives page. Make sure that line 12 of _theloop.php file has an added portion for archives, like so: ` <?php if(pl_show_thumb($post->ID) || is_archive()): // Thumbnails ?> `

Share this post


Link to post
Share on other sites
ecoyology

Ah ok, sorry for not noting that, I didn't even think that being important. So, I changed the line so that it looks like your suggestion. So should I wait to hear back from Bryan? Thanks again for all of your help!

Share this post


Link to post
Share on other sites
Andrew

Adam and I are developers, Adam's solution should fix your prob.

Share this post


Link to post
Share on other sites
ecoyology

Ok, I followed Adam's directions and still nothing. I must be missing something. Is it an issue that when I choose to "set featured image", no image shows up?

Share this post


Link to post
Share on other sites
bryan-hadaway

Marking for further developer review. Thanks, Bryan

Share this post


Link to post
Share on other sites
cmunns

Yes you do need to have "featured images" associated with each post for the thumbnail to show up. If it's blank now you'll need to add them in.

Share this post


Link to post
Share on other sites
bryan-hadaway

Official bump. Thanks, Bryan

Share this post


Link to post
Share on other sites
cmunns

I see...the code I provided works in the sense that the HTML was added, but there is another line that is creating a css class which hides it. `

` Similarly as the other code you have to add conditional `<?php if(!is_archive() || (!pl_show_thumb($post->ID) && !get_post_meta($post->ID, 'thumb', true)))`

Share this post


Link to post
Share on other sites
jcaller
Hi Guys! I added the line ID) || is_archive()): // Thumbnails ?> The Thumbnails are showing but they are out of place. http://www.creativitypassion.com/budgetplaces/category/travel-trends/ What do I do? I want them inside the post, not on top of them :S Thanks for the help!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×