• For those wanting to have download link in the backend on each post edit page, go to “wp-admin/includes/meta-boxes.php” and stick:

    <?php echo pdfex_post_download(); ?>

    after

    <input name=”original_publish” type=”hidden” id=”original_publish” value=”<?php esc_attr_e(‘Update’) ?>” />

    http://wordpress.org/plugins/post-pdf-export/

  • The topic ‘backend PDF posts’ is closed to new replies.