Title: Setting custom header
Last modified: November 18, 2019

---

# Setting custom header

 *  Resolved [lworkmanregroove](https://wordpress.org/support/users/lworkmanregroove/)
 * (@lworkmanregroove)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/setting-custom-header/)
 * Hey there,
 * Great plugin! I’m looking to change the HTTP header of the custom page I’m serving
   and wondering how to do that.
 * Right now, I’m serving a .json file to verify I own the domain, but I need to
   have the response use the proper content type.
 * More than comfortable going in and editing something, just looking for some guidance.
 * Thanks!

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

 *  Plugin Author [kr4ft3r](https://wordpress.org/support/users/kr4ft3r/)
 * (@kr4ft3r)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/setting-custom-header/#post-12147522)
 * Hello,
 * try editing WPCHTMLP_permalink_handler function. You’ll find output echo at the
   bottom, have this somehow added before the output:
 * header(‘Content-Type: application/json’);
    //..and any other headers you would
   need
 * But you probably want to check the end of $query_uri string for “.json” first
   before calling those header functions.
 *  Thread Starter [lworkmanregroove](https://wordpress.org/support/users/lworkmanregroove/)
 * (@lworkmanregroove)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/setting-custom-header/#post-12147629)
 * That worked a treat! Thank you.

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

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

 * ![](https://ps.w.org/wp-custom-html-pages/assets/icon-256x256.png?rev=1770981)
 * [WP Custom HTML Page](https://wordpress.org/plugins/wp-custom-html-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-custom-html-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-custom-html-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-custom-html-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-custom-html-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-custom-html-pages/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [lworkmanregroove](https://wordpress.org/support/users/lworkmanregroove/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/setting-custom-header/#post-12147629)
 * Status: resolved