Viewing 1 replies (of 1 total)
  • Plugin Author dinamiko

    (@dinamiko)

    Hi rasmarcus,

    DK PDF has not any specific code for Formidable Forms, ‘no results’ message comes from the template dkpdf-index.php and means that no post where found.

    I don’t know how Formidable Forms works but if uses a custom post type and you know which custom post type is, you can add it manually using dkpdf_query_args filter, see an example:

    https://gist.github.com/Dinamiko/3fc593db18214d0e4155#file-dkpdf-change-query-args-php

    you can add either post ID $args[‘p’] and/or custom post type slug $args[‘post_type’]

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘no results’ is closed to new replies.