Is it possible to disable the excerpt for the listing?
http://demos.wpbeaverbuilder.com/blog-feed/?fl-preview=classic
I just want to show the title and featured image.
Thank you
Is it possible to disable the excerpt for the listing?
http://demos.wpbeaverbuilder.com/blog-feed/?fl-preview=classic
I just want to show the title and featured image.
Thank you
Hey O’Neil,
If you are using our Posts module, like what that page is doing, there should be a setting for Content which you can set to either Show or Hide. Switching it to hide should hide the excerpt.
Ben
No other way to do it? What about search results etc?
I’m sorry, but what do you mean search results? Can you elaborate?
Ben
If someone search on the site, will the results show the excerpts as well?
Yes, because that is part of the content. But it wouldn’t show just the excerpt, it shows the entire content of your post which contains the keyword you searched for. The excerpt if just taken from the content.
What are you trying to do exactly? Do you want to have content on your posts? Because you can just leave it blank if you don’t want any.
Ben
All I want to see is the Title and Featured image
Yes, and that can be done using the Posts module. But you won’t be able to hide it from the search results. Why not disable the search function on your site instead?
Ben
[Content Hidden]
You can hide them via custom CSS. Try the CSS snippet below.
.blog .fl-post-content {
display: none;
}
Ben
Thx Ben. That worked like a charm…
No worries! Enjoy BB!
Ben