• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Change post order

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › General Genesis Framework Discussions › Change post order

This topic is: not resolved

Tagged: order, post

  • This topic has 0 replies, 1 voice, and was last updated 1 year, 10 months ago by gucu.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • March 9, 2021 at 8:18 am #503381
    gucu
    Participant

    Hi

    I am trying to change the post order to oldest posts first using the following code:

    
    function change_posts_order( $query ) {
    if ( $query-is_home() && $query-is_main_query() ) {
    $query-set( 'orderby', 'date' );
    $query-set( 'order', 'DESC' );
    }
    }
    add_action( 'pre_get_posts', ' change_posts_order ' );

    It doesn't change anything. I am also wanting to change the order for certain categories only.

    Any ideas please?

    Thanks

    Rich

    https://gucu.club/category/bible/new-testament/3-luke/
  • Author
    Posts
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
Log In

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble