Title: MasterSlider / Custom Fields
Last modified: August 1, 2018

---

# MasterSlider / Custom Fields

 *  Resolved [grakz47](https://wordpress.org/support/users/grakz47/)
 * (@grakz47)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/masterslider-custom-fields/)
 * Hi,
 * I’m trying to use masterslider with custom fields plugin at single.php, i have
   multiples photo galleries and i need that each post will display a unique gallery.
 * Master Slider Code: **<?php masterslider( $id ); ?> **
    Custom Fields Code: **
   <?php the_field(‘code’); ?>**
 * But when i use together i have a blank page
 * <?php masterslider( <?php the_field(‘code’); ?> ); ?>
 * Can anyone help me, do i have to use functions.php to declare $id for the_field(‘
   code’); ?

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [averta support](https://wordpress.org/support/users/averta_support/)
 * (@averta_support)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/masterslider-custom-fields/#post-10566162)
 * Hi,
 * Thank you for choosing Master Slider.
 * It doesn’t matter how you provide the $id parameter to masterslider() function.
   You only need the make sure that it’s a integer value and actually refer to a
   slider ID.
 * You can test this by setting the $id value manually to one of the sliders ID 
   values and see if it’s working. If it does, then what you are outputting with
   the the_field() function is either not a valid integer or not a slider ID.
 * If you need any further information, please let me know.
 * Best,

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/master-slider/assets/icon-256x256.png?rev=1638064)
 * [Master Slider - Responsive Touch Slider](https://wordpress.org/plugins/master-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/master-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/master-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/master-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/master-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/master-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [averta support](https://wordpress.org/support/users/averta_support/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/masterslider-custom-fields/#post-10566162)
 * Status: resolved