Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eugenio Petulla’

    (@igenius)

    Hi @paulpa, this is a Theme related behavior.
    In this case you should remove it conditionally using your functions.php just in Glossary pages.

    If you want a quick and dirty hack that simply will do the job add this to your custom CSS:

    .single-glossary .posted-on {
        display: none;
    }

    Closing after 3 weeks of silence.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Date’ is closed to new replies.