Title: visitor&#039;s selected posts
Last modified: August 20, 2016

---

# visitor's selected posts

 *  Resolved [judithlean](https://wordpress.org/support/users/judithlean/)
 * (@judithlean)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/visitors-selected-posts/)
 * hi,
 * is a way to purpose for each post a button like “add to my pdf”
    and finished
   by generate one PDF file with all selected posts
 * thanks
 * [http://wordpress.org/extend/plugins/latex-everything/](http://wordpress.org/extend/plugins/latex-everything/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [divinenephron](https://wordpress.org/support/users/divinenephron/)
 * (@divinenephron)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/visitors-selected-posts/#post-3181305)
 * If you want a PDF containing selected posts you can use categories. Generate 
   PDFs of categories by following the “How do I typeset things besides posts?” 
   instructions in the [FAQ](http://wordpress.org/extend/plugins/latex-everything/faq/).
   Then put the selected posts the same category. This should create a PDF for the
   category.
 * Add a link to the category’s PDF by putting code like this in your theme (this
   code is adapted from the stuff in the [FAQ](http://wordpress.org/extend/plugins/latex-everything/faq/)).
 *     ```
       <?php if( function_exists('get_latex_url') :
             foreach( get_the_category() as $category ) :
                 if( $latex_url = get_latex_url('term', $category->cat_ID, 'category') ) : ?>
       <a href="<?php echo $latex_url ?>">PDF for <?php echo $category->name ?></a>
       <?php endif; endforeach; endif; ?>
       ```
   
 * (This code hasn’t been tested, so it might contain errors)

Viewing 1 replies (of 1 total)

The topic ‘visitor's selected posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/latex-everything.svg)
 * [Latex Everything](https://wordpress.org/plugins/latex-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/latex-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/latex-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/latex-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/latex-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/latex-everything/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [divinenephron](https://wordpress.org/support/users/divinenephron/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/visitors-selected-posts/#post-3181305)
 * Status: resolved