• Which theme file should I edit to use

    $query->set( 'orderby', 'modified' );

    I tried… but I just can’t find the right file. Thank you.

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

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @intellivision,

    I’d recommend that you don’t edit theme files directly, since those changes will get overwritten the next time Chaplin is updated. It’s better to include the changes in a child theme.

    To modify the order of posts, you should use the the pre_get_posts action. You can find an example of using it to order by the modified value here: https://wordpress.stackexchange.com/a/154596

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘How do I order Index page posts (without a plugin)?’ is closed to new replies.