Hi,
I’m using AVIA LAYOUT BUILDER “BLOG POSTS”
Display entries from a catégory.
Display entries from only one post.
How to extract only the content of the post, ie without displaying the title, date, author and category ?
Thank
Hi bicounet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.post-meta-infos {
display: none;
}
and post the link to your website if that does not work
Regards,
Yigit
ok,
it works perfectly
I add
header.entry-content-header {display: none;}
to remove the title