Thread Starter
atiar
(@atiar)
Thanks for your reply, however i have imported the emails by import option!
Actually i wanted to include automatically the email from different database when sending a new newsletter.
Thread Starter
atiar
(@atiar)
Yes, it is working for me.
<?php echo do_shortcode(‘[ssba url=”‘ . get_permalink($post->ID) . ‘” title=”‘ . get_the_title($post->ID) . ‘”]’); ?>
But please make sure ssba is disabled on archive pages on plugin option from dashboard.
Thanks
Thread Starter
atiar
(@atiar)
<?php echo do_shortcode(‘[ssba url=”‘ . get_permalink($post->ID) . ‘” title=”‘ . get_the_title($post->ID) . ‘”]’); ?>
<?php //echo do_shortcode(‘[ssba]’); ?>