Block variation with post title, excerpt and no image?

Posted in: Newspaper
Post count: 7

Hi,
I want a list of my posts with just the post title and excerpt so that I can use it as a way to list testimonials.
See example here: https://www.kidsonkeysnyc.com/k/testimonials/
I would rather the posts have no pictures. How can I achieve this with any of the blocks?

Post count: 1291

Hi,

You can edit the module used (in your case it’s Block 8 – Module 5) and remove the line that displays the image – http://screencast.com/t/kVeu1EhhfaSu
This will remove the image on module 5 for all blocks, if you want to remove it only on specific pages or sections you have to create a condition or use css to hide the images:

.page-id-121 .td_block8 .td_mod5 .entry-thumb {
display: none;
}

The example from above will hide the image only on page with id 121, only on Block8 – Module5.

Thank you, Emil G.

Post count: 7

Emil G,

I will try that. Thanks.

  • This reply was modified 11 years by reenamn.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.