Pregunta

I'm stuck with Subscribe2 plugin, I want to place a form for example in footer area of my blog, but plugin's documentation only talks about placing a form in a "page" using the "[subscribe2]" shortcode.

How can I place a subscribe form in the footer or tab area?

No hay solución correcta

Otros consejos

Normally you use shortcodes in the WordPress editor, but if you want to use one directly in your theme files (say, footer.php), use the do_shortcode function:

echo do_shortcode('[subscribe2]');

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top