Loving this theme. This is my first experience with WordPress, and I’m loving every step of the journey.
I’ve found that when I enter new entries into the FAQ, they go to the top of the list rather than the bottom. I would prefer that they descend according to the order they were posted. How would I go about re-ordering these?
Note: I am exceptionally new at this. I looked up a similar question for the Neighborhood theme, and it mentioned accessing code on this page: /includes/swift-framework/page-builder/lib/shortcodes/faqs.php
Once there, I’d tweak line 18: $cat_args = array(‘taxonomy’ => ‘faqs-category’, ‘orderby’ => ‘id’, ‘order’ => ‘ASC’);
How do you access this PHP page? I tried it in the browser, I added it onto my URL… I’m pretty sure this is a super-newbie question, but once I’m pointed in the right direction I can begin to learn the rest on my own.