Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #347046

    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

    • This topic was modified 9 years, 4 months ago by bicounet.
    #347370

    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

    #347574

    ok,
    it works perfectly
    I add

    header.entry-content-header {display: none;}

    to remove the title

    • This reply was modified 9 years, 4 months ago by bicounet.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘AVIA BLOG POSTS : display content only’ is closed to new replies.