• Esther

    (@culturele_agenda)


    Is there an easy way to hide the phrase “This entry was posted in…” as well as “Bookmark the permalink” phrases from the footer of my posts? I’m using Fifteen Plus Theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello culturele,

    You can hide it with CSS. Navigate Additional CSS option and put below css into textarea then click on Save & Publish button.


    .single footer.entry-meta,
    .page footer.entry-meta {
    display: none;
    }

    If there no Additional CSS option then put css code into you current active theme’s style.css file located at wp-content/themes/your_current_theme/ folder.

    Note : All Changes you done in any file of theme are gone when you update theme. So prefer Child Theme.

    Hope this will helps you.

    Thread Starter Esther

    (@culturele_agenda)

    Thank you very much, it works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide ‘This entry was posted in…’?’ is closed to new replies.