Conversation
supportHello, I have a litlle prb with shortcode integration … subscription shortcode appears always in the post of post …. it appears when there is no return function in the shortcode function … Or may be for another reason ? could you help me ? thx
Hi @theeponymus , Do you want to use shortcode directly into template or PHP file code? Try this: <?php echo do_shortcode( '[nls_form]' ); ?> Replace the [nls_form] from your custom shortcode. Thanks
Hi @theeponymus , Do you want to use shortcode directly into template or PHP file code? Try this: <?php echo do_shortcode( '[nls_form]' ); ?> Replace the [nls_form] from your custom shortcode. Thanks