• Resolved ReaderBerlin

    (@readerberlin)


    Hello,

    On our website, we have a feed of posts within a certain category along the left hand side of every page. For this reason, we set the forms to appear only at the end of pages, not at the ends of each post because otherwise too many forms appear on the left hand side. However, this seems only to work for the front page. Forms are still appearing at the ends of posts for all the other pages!

    I’m going to add the form to pages manually to avoid this issue. But would be great to know if there was a less manual way we could get around this.

    Kind regards,

    TheReader

    https://ww.wp.xz.cn/plugins/optin-forms/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi ReaderBerlin,

    You can disable automatic inclusion of your optin form in the Form Placement section and add your forms manually to your theme files (e.g. single.php and page.php) by using the following code:

    <?php if(function_exists('optinforms_create_form')) { echo optinforms_create_form(); } ?>

    Let me know if you’re able to set it up.

    Thread Starter ReaderBerlin

    (@readerberlin)

    That fixed it! Thanks so much for your help…

    The Reader

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Forms appearing after posts despite settings’ is closed to new replies.