Plugin Author
buchin
(@buchin)
Great! Glad this solution worked. Would you rate this plugin?
Plugin Author
buchin
(@buchin)
Sure, please make sure <?php wp_footer() ?> is called on your footer.php theme, many plugins need this to place code on footer, like google analytics, adfly wordpress plugin, etc.
If the <?php wp_footer();?> is not in footer.php, just paste it right before closing body tag.
i.e:
<?php wp_footer();?>
</body>
Plugin Author
buchin
(@buchin)
@jessenf
Hi,
This version is currently supporting publishing pages. Please take a look at “Post Type” option when using this plugin.
Plugin Author
buchin
(@buchin)
Hi, I’m the creator of bulk post creator plus.
I will consider this for future release.