• I need to remove a Feedburner Subscribe form which currently appears at the very bottom of every post and page but I cannot figure out how/where to remove it in the website’s WordPress editor.

    E.g. on the URL I provided, you will see the ‘Subscribe’ form at the bottom of the page.

    The form is not in the Widgets section and I am quite confident that there is no active plugin that is generating this form.

    Also, the owner of the website is not manually inserting embed code to each post/page, it just automatically appears.

    I am a WordPress beginner, so any help I can get in locating where this form is stored will be hugely appreciated!

    • This topic was modified 3 years, 7 months ago by daffacakes.

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

Viewing 1 replies (of 1 total)
  • Thanks for reaching out!

    We cannot give instructions on how to remove it because it depends on how it was added on the page/post. Also, the form is not inserted with our plugin.

    Maybe you can temporarily hide it with the folowing CSS rule

    form.searchform {
    display: none;
    }

    until you find the source code.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Feedburner Subscribe Form from all posts and pages’ is closed to new replies.