This topic has 2 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #164516
     unloop
    Participant

    Dear Kleo Team,

    thank you for your great work. The theme works very well in terms of aesthetics and functionality.

    One small problem occurs when using essential grids which caues the feed to not work properly! I want to change the post order. Therefore, I use either

    COPY CODE
    $args = array(
    	'orderby'   => 'title menu_order',
    	'order'     => 'ASC',
    );
    $query = new WP_Query( $args );
    

    or this

    COPY CODE
    $args = array(
    	'orderby'   => 'random',
    );
    $query = new WP_Query( $args );
    

    Both do not result in any change. I would appreciate your support on this as the Essential Grid was in the package. I want to radomize posts; alternatively I would rank the from most recent to latest. Thank you for your help.

    #164601
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #164856
     Radu
    Moderator

    Hi,

    Please follow this article : https://www.themepunch.com/faq/grid-custom-order/

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?