Hi @keempoo! By definition, the “inherit query from template” option will display posts relevant to that query, with the newer posts at the top (taking into account sticky posts, of course).
I do not think here is a way to do this in Twenty Twenty-Three (or any other theme for that matter) but if you are confortable with adding a little bit of PHP code, you can easily accomplish this using the pre_get_posts hook. If you want to know more about this or explore non-code options, here is a post that offers a bunch of other options.
Let me know if that helps!
That does help! One thing I have been wondering with these block themes is where the functions go when there is no functions.php. I have tried to Google this several times but the keywords are too common and I can’t find a definitive answer. Best!
Hi @keempoo – are you asking where to add extra functions to a block theme – one like TT3 that does not have a functions file –yourself? If so, I’d suggest the Code Snippets plugin. It simplifies things by eliminating the need to create a child theme. Let me know if this answers your question!
Great, glad to hear! I’ll mark this as resolved but feel free to start a new thread for any other questions.