• under my blog title is DATE CATEGORY AUTHOR EMAIL
    I want to change this and at a minimum remove author email or change it to a permanent script
    how to do it?

    theme = 2013

Viewing 1 replies (of 1 total)
  • Hey there ktruggb,

    You can remove author email or any of those meta elements with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    span.author.vcard {
    display: none;
    }

    This should remove author from the meta elements. If this for any reason doesn’t work please post link to your site so I can take a look.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘remove/change author on blog’ is closed to new replies.