Jump to content
Sign in to follow this  
altobelli

Display Thumbnail and Excerpt on Category Page

Recommended Posts

altobelli

I've created two category specific pages. Is it possible to display the content with a thumbnail and excerpt as it is on my blog page? Blog page - http://www.paulaltobelli.com/blog/ Category #1 page - http://www.paulaltobelli.com/category/concerts/ Category #2 page - http://www.paulaltobelli.com/category/music/ Pls note, I was able to achieve this display by selecting All blog/post pages under Post Thumbnail Placement and Post Excerpt Placement. The issue with this option is that I don't want the thumbnail and excerpt on the Single Post Page display. Thank you.

Share this post


Link to post
Share on other sites
cmunns

What I would do is go ahead and mark that option so it shows on all blog/post pages...then we can edit _posts.php look for this line: `<?php if(pl_show_thumb($post->ID)): ?>` and add something like this: `<?php if(pl_show_thumb($post->ID) && !(is_single())): ?>` this will exclude single post pages... try it out

Share this post


Link to post
Share on other sites
bryan-hadaway

`.post-title h2{width:640px}` Thanks, Bryan

Share this post


Link to post
Share on other sites
altobelli

Thanks Bryan. Where am I making the change? What file? -p

Share this post


Link to post
Share on other sites
cmunns

You can add that to the custom code - custom css area in the theme options.

Share this post


Link to post
Share on other sites
bryan-hadaway

Update to: `.blog .post-title h2{width:640px}` Thanks, Bryan

Share this post


Link to post
Share on other sites
altobelli

No, that didn't work either. I added .blog .post-title h2{width:640px} in custom css area in the theme options. No, it's back to where it was before - Category page looks fine the the Single Post page wraps. Single Post page - http://www.paulaltobelli.com/feb-17-1985-joan-jett-blackhearts-tower-theatre/ Category #1 page - http://www.paulaltobelli.com/category/concerts/

Share this post


Link to post
Share on other sites
bryan-hadaway

I'm a little confused, but let's give this a shot: `.single .post-title h2{width:640px}` Thanks, Bryan

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  

×