• Resolved Juan Pablo

    (@jupa8)


    Hi, actually I have a website with this shortcode and works perfectly.

    [ajax_load_more
    loading_style="infinite skype"
    posts_per_page="12"
    post_type="exhibition"
    transition_container_classes="row row-cols-2 row-cols-md-3 row-cols-lg-4 exhibition-list"
    no_results_text="No results. Please try again."
    order="ASC"
    orderby="cmb_single_date_start"
    meta_key="cmb_single_date_end"
    meta_value="'.time().'"
    meta_compare=">"

    But when I change meta_compare by meta_compare=”<“, don’t works, just print shortcode, check my screenshot:

    https://ibb.co/QcVPLrJ

    Do you have any Idea why this happened?
    Thanks for help.

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

    (@dcooney)

    Hi @jupa8
    Try using the following undocumented hack.

    [ajax_load_more meta_compare="lessthan"]

    OR

    [ajax_load_more meta_compare="lessthanequalto"]

    Let me know if this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘error with < meta_compare’ is closed to new replies.