Title: adding custom HTML to header
Last modified: August 22, 2016

---

# adding custom HTML to header

 *  [wernerlerner](https://wordpress.org/support/users/wernerlerner/)
 * (@wernerlerner)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-custom-html-to-header/)
 * Hi Lewis,
 * I’ve gathered from a few other support threads that to add custom HTML to the
   header one would need to modify the following lines of wp-post-to-pdf-enhanced.
   php:
 * $pdf->SetHeaderData( $logo, $logowidth, html_entity_decode( get_bloginfo( ‘name’),
   ENT_COMPAT | ENT_QUOTES ), html_entity_decode( get_bloginfo( ‘description’ ) .“\
   n” . home_url() ), ENT_COMPAT | ENT_QUOTES );
    }else { $pdf->SetHeaderData( $
   logo, $logowidth, html_entity_decode( get_bloginfo( ‘name’ ), ENT_COMPAT | ENT_HTML401
   | ENT_QUOTES ), html_entity_decode( get_bloginfo( ‘description’ ) . “\n” . home_url()),
   ENT_COMPAT | ENT_HTML401 | ENT_QUOTES ); }
 * I was wondering however if you could show an example of what custom html would
   look like in the above lines. So far my uninformed attempts at doing so have 
   resulted in fatal errors. Thanks so much in advance–that would be really helpful!
 * [https://wordpress.org/plugins/wp-post-to-pdf-enhanced/](https://wordpress.org/plugins/wp-post-to-pdf-enhanced/)

The topic ‘adding custom HTML to header’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-post-to-pdf-enhanced_d24b30.svg)
 * [WP Post to PDF Enhanced](https://wordpress.org/plugins/wp-post-to-pdf-enhanced/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-post-to-pdf-enhanced/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-post-to-pdf-enhanced/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-post-to-pdf-enhanced/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-post-to-pdf-enhanced/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-post-to-pdf-enhanced/reviews/)

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [wernerlerner](https://wordpress.org/support/users/wernerlerner/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/adding-custom-html-to-header/)
 * Status: not resolved