Hello,
I would like to insert my email subscription widget into the header beside “search” as shown in the image below.
I know I need to insert a line of code to have the widget displayed: <?php do_shortcode( ‘[enewsletter_subscribe]’ ); ?>
Could you please let me know which file/line that code should go?
I’ve tried inserting it in header.php after line 97 (i.e., after
<?php if (etheme_get_option(‘search_form’)): ?>
<?php endif ?>)
But nothing showed up. I know the shortcode works when I put it in a page. So I’m wondering if I placed the codes at the wrong place or perhaps the code is not working.
Thanks!
Jean