Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi,
    The ‘custom_args’ param is basically a way to add WP_query parameters that are not available in the Ajax Load More shortcode.

    For example.
    custom_args="tag_slug__and:array(wordpress,html), event_display:upcoming" will display posts with tagged ‘wordpress’ and ‘html’ as well as ‘upcoming’ events.

    Does that make sense?

    Thread Starter vaibhavsharma56

    (@vaibhavsharma56)

    Thanks dcooney,

    Its working great 🙂

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

The topic ‘custom_args’ is closed to new replies.