Title: weird request
Last modified: August 18, 2016

---

# weird request

 *  [abs](https://wordpress.org/support/users/abs/)
 * (@abs)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/weird-request/)
 * I have a pdf plugin that I am using. It gives me the pdf of the posts that I 
   want. For ex. I want the pdf for a particular post which has the ID 147
 * this is the web address that I need to provide : [http://xtaur.us/wp2pdf/wp2pdf.php?p=147](http://xtaur.us/wp2pdf/wp2pdf.php?p=147)
 * I want to hard code this inside my php file so whenever somebody reads my article,
   there should be a link right at the end saying download pdf which has the appropriate
   link attached to it…
 * anybody know how?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ptryk](https://wordpress.org/support/users/ptryk/)
 * (@ptryk)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/weird-request/#post-297266)
 *  [ptryk](https://wordpress.org/support/users/ptryk/)
 * (@ptryk)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/weird-request/#post-297267)
 * maybe something like:
 * `<a href="http://xtaur.us/wp2pdf/wp2pdf.php?p=<?php the_permalink() ?>" rel="
   bookmark" title="PDF post : <?php the_title(); ?>">`
 * but that assumes the permalink is setup to be the id.. otherwise you will have
   to use somehing else like post_id .. i think.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘weird request’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [ptryk](https://wordpress.org/support/users/ptryk/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/weird-request/#post-297267)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
