• This line appears at the bottom of my events page. I do not know what a trackback or a pingback is. I am guessing it has something to do with a blog. I do not blog nor do I read blogs and I do not use wordpress to build blog sites. Please forgive my lack of knowledge in this area.

    My question is “How do I get rid of this?”

    image

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Documentation and how to close on existing pages/posts: https://www.ads-software.com/documentation/article/trackbacks-and-pingbacks/

    To disable on NEW posts/pages, go to SETTINGS => DISCUSSIONS, and under “Default Post Settings”, uncheck “Allow link notifications from other blogs (pingbacks and trackbacks) on new posts”. Note that this setting only affects future posts/pages you create, and not existing ones.

    If you’d like to hide the entire line of text, you’ll need to add custom CSS code. Put the following in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS:

    p.comments-closed {
       display: none;
    }

    Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Trackback & pingbacks’ is closed to new replies.