• I made a template that displays all the categories, all the subcategories, and all the posts and its content. I will used it to export an entire category to PDF.

    The problem is, the PDF plugins that I’m using doesn’t appear in the page.

    I made another basic template that only shows the content, and the PDF plugins work in it when the line the_content() is in the template.

    I think what’s happening is that in my original template, I used the_content() on the loop of the loop that traverses all the categories, and since it doesn’t really indicate the content of the page, the PDF plugins doesn’t work.

    What should I do?

  • The topic ‘custom template’ is closed to new replies.