Title: Adding Custom Fields
Last modified: June 14, 2021

---

# Adding Custom Fields

 *  Resolved [maybenot](https://wordpress.org/support/users/maybenot/)
 * (@maybenot)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-fields-29/)
 * Hi,
 * Is it possible to create custom fields above the Featured Image on blog posts?
   I want to create ads space between the excerpt and the featured image.
 * I tried to insert ads “After Excerpt” but then it appears on Related Posts and
   Category/Archive Pages too.
 * Is there a way to add just one ads space between the excerpt and the featured
   image on blog posts?
 * Thank you!

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-fields-29/#post-14575818)
 * Hi [@maybenot](https://wordpress.org/support/users/maybenot/),
 * You can use the `chaplin_entry_header_end` action hook in content.php to add 
   output beneath the article header (with the excerpt). You’ll need to hook a function
   to that action hook in a child theme, and use a conditional to only output your
   custom content in the right context. `if ( is_singular( 'post' ) ) {}` should
   do the trick if you only want it output when a single post is shown.
 * — Anders
 *  Thread Starter [maybenot](https://wordpress.org/support/users/maybenot/)
 * (@maybenot)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-fields-29/#post-14580051)
 * Awesome – thank you very much! 🙂

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

The topic ‘Adding Custom Fields’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/chaplin/2.6.8/screenshot.png)
 * Chaplin
 * [Support Threads](https://wordpress.org/support/theme/chaplin/)
 * [Active Topics](https://wordpress.org/support/theme/chaplin/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/chaplin/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/chaplin/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [maybenot](https://wordpress.org/support/users/maybenot/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-fields-29/#post-14580051)
 * Status: resolved