• Resolved ttmt

    (@ttmt)


    Hi all

    I’m using a custom field loop.

    The page placement rule is set to a page template where the information will appear.

    Is it possible to use the information in this field loop on another page or do I need to set the custom field on every page where I would like the info to appear.

    https://wordpress.org/plugins/custom-field-suite/

Viewing 1 replies (of 1 total)
  • Plugin Author Matt Gibbs

    (@mgibbs189)

    Yes, the get() method accepts an optional 2nd paramter (the ID of the post to use).

    CFS()->get( 'your_field', 12345 );
    

    If you like the plugin, please rate it!

Viewing 1 replies (of 1 total)

The topic ‘Use field data on different page’ is closed to new replies.