WP3: Include custom fields in pdf output?

Home Forums PDF24 Online PDF Converter Plugins, Widgets, Gadgets, Mods WP3: Include custom fields in pdf output?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #507
    onegasee59
    Member

    Please, how can I include custom fields of a post in the pdf output? I added custom fields by "get" to my posts (single.php and the loop) and a category-based menu page.




      echo "
    • Custom Field Name1: ", get('CUSTOM_FIELD_NAME1'), "
    • ";
      }
      ?>
      echo "
    • Custom Field Name2: ", get('CUSTOM_FIELD_NAME2'), "
    • ";
      }
      ?>


    Now I want to create a pdf of the category-based menu including the fields, but my PDF output doesn't include the contents of the custom fields. How can I do that?

    #1101
    pdf24
    Member

    I'll look at that. Maybe the custom fields are rendered after the plugin. I'll test that.

    #1102
    nashua
    Participant

    I'll look at that. Maybe the custom fields are rendered after the plugin. I'll test that.

    Is this already been solved? I have the same problem.
    thank you
    Jeroen

    #1103
    pdf24
    Member

    Custom fields are supported. Look at the Plugin pages to get more information about this feature:

    http://wordpress.org/extend/plugins/pdf24-post-to-pdf/installation/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.