How to generate page & CPT PDFs via cron?
-
By default, cronCreatePDFs.php only generates PDFs for posts. I would like to be able to also generate PDFs from pages and custom post types. I tried changing:
$posts = get_posts('numberposts=-1&order=ASC&orderby=title');
to:
$posts = get_posts('post_type=page&numberposts=-1&order=ASC&orderby=title');
and it generates the PDFs from pages, but they all say:
Not Found
Sorry, but you are looking for something that isn’t here.What am I doing wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to generate page & CPT PDFs via cron?’ is closed to new replies.