• Resolved rtenvoorde

    (@rtenvoorde)


    I’m using the shortcode to successfully bring the check-ins to my beers page. This page I’m using is not the one used by the Custom Post Types, I’ve created a page that lists multiple beers on the same page. When using more than one shortcode (with different beer id #’s), it is adding each feed called in each of the shortcodes.

    Example:

    Beer #1 Content
    Shortcode for Beer #1
    Checkins for Beer #1
    Checkins for Beer #2
    Checkins for Beer #3
    Checkins for Beer #4

    Beer #2 Content
    Shortcode for Beer #2
    Checkins for Beer #1
    Checkins for Beer #2
    Checkins for Beer #3
    Checkins for Beer #4

    Beer #3 Content
    Shortcode for Beer #3
    Checkins for Beer #1
    Checkins for Beer #2
    Checkins for Beer #3
    Checkins for Beer #4

    Beer #4 Content
    Shortcode for Beer #4
    Checkins for Beer #1
    Checkins for Beer #2
    Checkins for Beer #3
    Checkins for Beer #4

    Not sure why this would happen. Thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rtenvoorde

    (@rtenvoorde)

    OK, follow up information – after adding a few more beers, it looks like each shortcode is calling ALL of the beers under the Beers cutom posts types.

    Here’s one of my shrotcodes.

    [beer id=”167″; show_checkins=”true”; show_extras=”false”;]

    Maybe I’m missing something?

    Thread Starter rtenvoorde

    (@rtenvoorde)

    And I was, solved on my own. I was using the ID# as a literal with parentheses, not as a number. This fixed my display issues across the board.

    Resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Check-in Feed Duplicating On Same Page’ is closed to new replies.