There will be! The upcoming version will contain one. If you’d like to help test it, here’s how:
1. Download the new version from here: https://github.com/mnelson4/printmyblog/archive/BUG/remove-images.zip
2. Go to your WordPress dashboard, click plugins, then “add new”, then “upload” and select the zip file you just downloaded
3. Deactivate the previous version Print My Blog
4. Activate the new version of Print My Blog
The new shortcode is [print_my_blog]
. It can accept an “ID” parameter (eg [print_my_blog ID=123]
), but it defaults to the current post. If you’re using it in your theme, you’d add code like this: <?php echo do_shortcode('[print_my_blog]');?>
Let me know what you think!