Title: [Plugin: Promotion Slider] Custom fields
Last modified: August 20, 2016

---

# [Plugin: Promotion Slider] Custom fields

 *  Resolved [ridclubmba](https://wordpress.org/support/users/ridclubmba/)
 * (@ridclubmba)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-promotion-slider-custom-fields/)
 * Hi,
 * How can I add custom fields to promotions pages? They don’t show up in the Screen
   Options, like they do in normal static pages.
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [Micah Wood](https://wordpress.org/support/users/woodent/)
 * (@woodent)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-promotion-slider-custom-fields/#post-2215425)
 * Custom fields are not available by default. To add them, just drop the following
   code into your active theme’s functions.php file and you should be able to see
   custom fields appear as an option:
 *     ```
       add_action('init', 'my_custom_init');
       function my_custom_init() {
           add_post_type_support( 'ps_promotion', 'custom-fields' );
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Promotion Slider] Custom fields’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/promotion-slider.svg)
 * [Promotion Slider](https://wordpress.org/plugins/promotion-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/promotion-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/promotion-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/promotion-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/promotion-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/promotion-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Micah Wood](https://wordpress.org/support/users/woodent/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-promotion-slider-custom-fields/#post-2215425)
 * Status: resolved