Title: Specific Services in Dropdown List?
Last modified: August 31, 2016

---

# Specific Services in Dropdown List?

 *  [rjs34](https://wordpress.org/support/users/rjs34/)
 * (@rjs34)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/specific-services-in-dropdown-list/)
 * I have 3 services. I would only like to show two of the services in the dropdown
   box on one page and the last service by itself on another page (I know how to
   do this one). I am not sure how to limit the dropdown list to the services I 
   choose.
 * [https://wordpress.org/plugins/appointments/](https://wordpress.org/plugins/appointments/)

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

 *  Plugin Author [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/specific-services-in-dropdown-list/#post-7415596)
 * Hey there rjs3,
 * How are you doing today?
 * In order to render calendar for specific service you can use service attribute
   in app_monthly_schedule shortcode, something like this:
 * `[app_monthly_schedule service="2"]`
 * where 2 is the ID of the service, you can check service ID in **Appointments -
   > Settings -> Services,** see screenshot [http://screencast.com/t/72crIT3qrbP9](http://screencast.com/t/72crIT3qrbP9).
 * If you’re going to do this make sure to remove [app_services] shortcode from 
   that page as it is not really needed.
 * As for showing other 2 services in a dropdown on another page there is no way
   out of a box using shortcodes to select these two so what you can do is simply
   use CSS to hide that option.
 * So for example we can target that page specifically and hide one of the options
   by their order, something like this:
 *     ```
       .page-id-22 select#app_select_services option:nth-child(2) {
           display: none;
       }
       ```
   
 * If you want me to help you with that I’ll need link to your site where I can 
   see this page.
 * Best regards,
    Bojan
 *  Thread Starter [rjs34](https://wordpress.org/support/users/rjs34/)
 * (@rjs34)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/specific-services-in-dropdown-list/#post-7415624)
 * Thanks.
 *  Plugin Author [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/specific-services-in-dropdown-list/#post-7415633)
 * Glad I could help 🙂
 * have a great weekend!
 * Cheers,
    Bojan

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

The topic ‘Specific Services in Dropdown List?’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/specific-services-in-dropdown-list/#post-7415633)
 * Status: not resolved