
Print Sub-Pages from Home/Category Page
On The Home/Category Page
- Create a link to the sub-page, adding the variable ?pfstyle=wp
- You can use an button or text you'd like in the link
- rel="nofollow" is added for your SEO
Example:
<a href="/my-sub-pages/the-sub-page.html?pfstyle=wp" rel="nofollow"><img src="//cdn.printfriendly.com/button-print-grnw20.png" alt="Print Friendly"></a>
On The Sub Page
Add the Print Friendly & PDF button snippet to the page. Get the snippet at http://www.printfriendly.com/buttonExample:
<script src="http://cdn.printfriendly.com/printfriendly.js" type="text/javascript"></script><a href="http://www.printfriendly.com" style=" color:#6D9F00; text-decoration:none;" class="printfriendly" onclick="window.print(); return false;" title="Printer Friendly and PDF"><img style="border:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly and PDF"/></a>