Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #410922

    Hello Enfold,
    I was wondering if it was possible to only display the title of a blogpost instead of the full post or excerpt, and link the title to the full post?

    best regards

    #411106

    Hey WolfvanHaeren!

    Can you post the link to your blog page please so we can see what style of blog you are using?

    Regards,
    Yigit

    #412023
    This reply has been marked as private.
    #412163

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .archive .entry-content {
      display: none;
    }
    .archive article {
    padding-bottom: 50px; 
    }
    
    

    Regards,
    Yigit

    #413499

    it works thanks!

    #413500

    Hi!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Display only the title of blogpost’ is closed to new replies.