• Hello! I am very new to WordPress. I’m working at a company and the guy before me installed a standard signature at the end of our posts. Super easy to do. I cannot however, figure out how to remove it! Anyone been down this road?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Phil

    (@websterwebguru)

    You could use CSS and just

    .class-of-signature {
        display: none;
    }

    Or, you could find the signature in the template file and remove it from there(this would be better, but might be hard to find if you are not that familiar with the theme).

    check functions.php of your theme, or any installed plugins, to see if these are used to add the signature.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I delete signature at end of post’ is closed to new replies.