PDF PDF24.org Support Forum

 
 FAQFAQ   SearchSearch   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

WP3: Include custom fields in pdf output?



 
Post new topic   Reply to topic    PDF24.org Support Forum Forum Index -> Plugins, Widgets, Gadgets, Mods
PDF Creator | PDF Converter | PDF Software | Create PDF
Author Message
tom373



Joined: 20 Jul 2010
Posts: 1

PostPosted: Tue Jul 20, 2010 12:58 pm    Post subject: WP3: Include custom fields in pdf output? Reply with quote

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.

Code:

<?php the_content(); ?>
  <ul>
    <?php if ( get('CUSTOM_FIELD_NAME1',TRUE) ) {
     echo "<li>Custom Field Name1: ", get('CUSTOM_FIELD_NAME1'), "</li>";
     }
    ?>
    <?php if ( get('CUSTOM_FIELD_NAME2',TRUE) ) {
     echo "<li>Custom Field Name2: ", get('CUSTOM_FIELD_NAME2'), "</li>";
     }
    ?>
  </ul>
</div><!-- .entry-content -->


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?
Back to top
pdf24
Site Admin


Joined: 14 Aug 2006
Posts: 331

PostPosted: Mon Nov 14, 2011 8:06 am    Post subject: Reply with quote

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



Joined: 06 Apr 2012
Posts: 1

PostPosted: Fri Apr 06, 2012 1:15 pm    Post subject: Reply with quote

pdf24 wrote:
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
Back to top
pdf24
Site Admin


Joined: 14 Aug 2006
Posts: 331

PostPosted: Wed Apr 11, 2012 8:09 pm    Post subject: Reply with quote

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/
Back to top
Display posts from previous:   
Post new topic   Reply to topic    PDF24.org Support Forum Forum Index -> Plugins, Widgets, Gadgets, Mods All times are GMT
Page 1 of 1

 

Powered by phpBB © 2001, 2005 phpBB Group