Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #896090

    Hallo ,
    tried this code – but the order dosen’t work.

    //portfolio query
    add_filter( ‘avia_post_grid_query’, ‘avia_post_grid_query_mod’, 10, 2);
    function avia_post_grid_query_mod( $query, $params ) {
    $query[‘orderby’] = ‘date’;
    $query[‘order’] = ‘DESC’;
    return $query;
    }
    but nothing happened.
    Thanks.
    Petschka

    #896472

    Is it possible to get some support today?

    #896528

    If i deactivate “The Events Calendar PRO” everything is ok.

    #897214

    Hi,

    Please be patience when you create a ticket, we cant reply instantly.
    Yes, there is an issue with Events Addon and we do work to fix the compatibility.

    We appreciate the patience

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.