pdf-template loads template ok, pdf-preview and pdf not
-
Hi,
First, thanks for this really useful plugin!
I have a custom template named
single-post.php
for posts. I created asingle-post-pdf.php
to handle the pdf version of a post. When I test it with thepdf-template
endpoint, it loads ok. But if I try to load using bothpdf
andpdf-preview
, the template doesn’t load, it just loads the page into the pdf as it doesn’t exist any template. Even usingindex-pdf.php
, the result is the same.I’ve already disabled cache using
define('DISABLE_PDF_CACHE', true);
in wp-config, but the result is the same.Any ideas of what could be wrong?
Thanks for any answer!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘pdf-template loads template ok, pdf-preview and pdf not’ is closed to new replies.