Title: Show custom field
Last modified: September 1, 2016

---

# Show custom field

 *  Resolved [trunks0](https://wordpress.org/support/users/trunks0/)
 * (@trunks0)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/show-custom-field/)
 * I have some custom field in post like subtitle, i use a plugin (custom field 
   template to create it and add it to single.php with this code:
 *     ```
       <?php
       						$subtitle = trim(get_post_meta($post->ID, "Subtitle", true));
       						if(strlen($subtitle) > 0) { ?>
       					<div class="subtitle"><?php print $subtitle; ?></div>
       					<?php } ?>
       ```
   
 * page example [http://provalombsoc.altervista.org/la-norma-tra-vincolo-e-opportunita/](http://provalombsoc.altervista.org/la-norma-tra-vincolo-e-opportunita/)
 * but is not showed in print and pdf, i try to add <p class=”copyright”> but he
   don’t help, there is a way to include it? thanks in advance
 * [https://wordpress.org/plugins/printfriendly/](https://wordpress.org/plugins/printfriendly/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Print & PDF by PrintFriendly](https://wordpress.org/support/users/printfriendly/)
 * (@printfriendly)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/show-custom-field/#post-7615222)
 * I’m not able to access the page. Please make a public page I can view.

Viewing 1 replies (of 1 total)

The topic ‘Show custom field’ is closed to new replies.

 * ![](https://ps.w.org/printfriendly/assets/icon-256x256.png?rev=2951152)
 * [Print, PDF, Email by PrintFriendly](https://wordpress.org/plugins/printfriendly/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/printfriendly/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/printfriendly/)
 * [Active Topics](https://wordpress.org/support/plugin/printfriendly/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/printfriendly/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/printfriendly/reviews/)

## Tags

 * [custom field](https://wordpress.org/support/topic-tag/custom-field/)

 * 1 reply
 * 2 participants
 * Last reply from: [Print & PDF by PrintFriendly](https://wordpress.org/support/users/printfriendly/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/show-custom-field/#post-7615222)
 * Status: resolved