Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    It is very difficult to tell you for sure. is the functionality to add custom fields implemented with the help of a plugin or is it the theme’s functionality?
    Have you got any programming skills to make changes in the plugin’s and theme’s code?
    If no, we can offer you our assistance, but it is a paid service.
    Please provide a link to the page where these custom fields are present, and to the plugin or theme that you use to generate them.

    Sincerely,
    BestWebSoft Support Team

    Thread Starter teonsight

    (@teonsight)

    Custom fields are directly printed in single.php with a custom function I wrote in functions.php (so…yes, I have some programming skills 🙂 )
    Here is a link
    http://www.ciclicingolani.it/bici-usate/ktm-strada-lc/
    (custom fileds are the ones in the small box under the icons of your plugin).
    Thanks!

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Try to call the function of custom fields display not directly, but via add_filter(‘the_content’, ‘name of the function’); in such a case pdf-print will see them.

    Sincerely,
    BestWebSoft Support Team

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to print custom fields’ is closed to new replies.