Viewing 1 replies (of 1 total)
  • Theme Author KafleG

    (@kafleg)

    Hello @nanamarti,
    Sorry for the late reply and thank you so much for using my theme Words. If you want to remove the that text, you can either customize the theme code or you can use CSS to hide that section.
    1. Find the codes inside inc/template-tags.php file and customize the code as your need.
    2. Add the below css codes on Appearance > Customize > Additional CSS to hide that section.

    .entry-meta {
        display: none;
    }

    Regards
    KafleG

Viewing 1 replies (of 1 total)
  • The topic ‘Delete “Posted on” and “by” from posts’ is closed to new replies.