Hi,
I've added this line to my template:
Code: Select all
{cms_module module='printing' pdf="true" text="Print PDF"}
This works well for all pages except on News pages. I have a page set up called News Archives which contains this:
Code: Select all
{news category="General" detailpage="News Archive"}
However, when I print to PDF, I only every get the summery page. I understand that this is because its linking to the page ID of NEws Archives, regardless of me clicking into an article, however I don't know how to stop this!
How can I set this up so that if I have clicked into an article, and then hit Print PDF, it will only print the article?
Thanks,
Lamps