• Hi there

    I’m having trouble finding the right page to edit the code for the Tabs Widget. If you look at my site https://www.teen-tips.com., you will see the “Recent Posts” tab to the right. Underneath each post it says the time and the author. How do I remove that time stamp?

    Kind regards

    Chris

Viewing 1 replies (of 1 total)
  • Unfortunately, the time and the author are in a single string with no way to separate them. You can hide both of them by adding this to the end of style.css:

    .posts-widget-meta { display: none; }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing time from Recent Posts (Tabs Widget)’ is closed to new replies.