문제

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?

올바른 솔루션이 없습니다

다른 팁

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]');

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top