• Resolved asbell

    (@asbell)


    Carousel results do not respect configuration.
    Post type set to Pages
    Additional query is set to query_posts( ‘cat=27’ );
    =======================
    I still gets posts instead of just pages

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor alexgso

    (@alexgso)

    Hi asbell,

    The additional field doesn’t support PHP. In other words, you can use cat=27, but you can’t use query_posts( ‘cat=27’ );

    With that said, you can use the Taxonomies field to select categories so I would recommend using that field over the Additional field.

    Thread Starter asbell

    (@asbell)

    If you can show me that it actually worked that would be great. I tried what you’re telling me Im getting the same results. By the way it did work with my PHP but it produced the same results

    Plugin Contributor alexgso

    (@alexgso)

    Hi asbell,

    To clarify, what is the current value of the additional field? I ask because the value you initially tried, quite simply won’t work. If the new value of cat=27, and that didn’t work either, I suspect category id isn’t correct. Please try selecting the category via the taxonomies field instead.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Carousel results do not respect configuration’ is closed to new replies.