Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi DinosaursAreNOTFood (love that name :P),

    since your home page is not a page, but an index page, you would need to add some code to your index.php template file. It’s located in the wp-content/theme/YOUR-THEME-NAME/ folder.

    To display a form below the header, but above the posts, you would need to add the following code just above the loop:

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

    Let me know if you need any help with adding this in the correct file/place ??

    Thread Starter DinosaursAreNOTFood

    (@dinosaursarenotfood)

    Hi!

    Thanks so much for the reply! I will do my best to get this code in the right place! If I can’t seem to sort it out, I will come back!

    Thank you!!!! ??

    Thread Starter DinosaursAreNOTFood

    (@dinosaursarenotfood)

    K… so I did my best and clearly, I’m not as bright as I think I am… ??

    Any assistance would be greatly appreciated! I will keep trying!

    Thread Starter DinosaursAreNOTFood

    (@dinosaursarenotfood)

    Can I add it in from “editor” on the admin page?

    Hi,

    could you send me an email though https://codeleon.com/contact so I can do this for you?

    Hey Boris

    I’ve installed your plugin but am unable to add it below my header, would you mind helping me?

    Hey achola,

    are you trying to add the above code to a template file?

    Let me know.

    I’m having the same issue – I’m trying to get the optin form on my homepage and can’t get it.

    Thanks for any help.

    Hi lulabrown,

    can you please provide me with a more detailed explanation of what you are trying to do? Are you adding the above code to the template file, or are you just unable to get the optin form on the homepage?

    Let me know ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How to get Opt In on the Front Page?’ is closed to new replies.