Title: Custom Fields addon
Last modified: September 25, 2019

---

# Custom Fields addon

 *  Resolved [nmccainjr](https://wordpress.org/support/users/nmccainjr/)
 * (@nmccainjr)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-addon-2/)
 * Hello,
 * Using the Custom Fields addon, is there a way I can put a field any place on 
   the display page? Right now it’s putting on the top of the page under the location
   field.
 * Thanks
    Norman

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

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-addon-2/#post-11971206)
 * Hi,
    to do that you would need to customize the the wpadverts/templates/single.
   php template file.
 * For example if you have a field named ‘education’ you would need to put in the
   single.php the code below
 *     ```
       <?php echo esc_html( get_post_meta( $post_id, 'education', true ) ) ?>
       ```
   
 * Then in the place where you added the code value of an ‘education’ field will
   be displayed.
 * Note the changes in single.php will be overwritten on WPAdverts update, to avoid
   that you should create a child-template file for the single.php as explained 
   here [https://wpadverts.com/documentation/child-themes-and-templates/](https://wpadverts.com/documentation/child-themes-and-templates/)
 *  Thread Starter [nmccainjr](https://wordpress.org/support/users/nmccainjr/)
 * (@nmccainjr)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-addon-2/#post-11973355)
 * Thanks Greg

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

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

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [nmccainjr](https://wordpress.org/support/users/nmccainjr/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/custom-fields-addon-2/#post-11973355)
 * Status: resolved