Blog Teaser - How to Remove Date and Author

How do I remove the date and author name from the blog teaser? See my home page http://girlwithwanderlust.com

I just want the titles of the blogs to show. Just like how you can adjust the permalinks to only show the title.

Also, how do I adjust how many blogs show? Can I increase that number.

Comments

  • Hi,
    The only way to do that for the "Blog Teaser" item is removing it by the Custom CSS.
    Paste that code below into the Theme Options > Cutstom CSS & JS > CSS
    .blog-teaser .post-meta{
    display:none !important;
    }

    The Blog Teaser item allows to display only three blog items at once and it cannot be changed in the theme options neither in item settings.
    If you would like to display more blog posts, you have to use the "Blog" item.

    Thanks
  • Ok great. Thank you. That works really well. 

    Is there a way to remove the title altogether? I have the title in the featured image.
  • edited May 2019
    It is not a good idea to remove a title of Blog Teaser.
    A link to the post is inserted in the title and if we'll hide it, then it will be not possible to access.
    Thanks
  • Ok good to know. That makes sense.
  • If you have some other questions, feel free to ask.
    Thanks
Sign In or Register to comment.