ElectricRider
Member
Posted 1 year ago #
I have a main page with two posts on it. I want the first post to always be listed from the top down and so on. How do I do this?
Also i don't understand "Unconsecrated" I click on show all categories and a list does not appear. I want to make say a category for Health Issues. I thought I could do that with this "categories" thing but it seems not.
Go to your theme's index.php file.
Change the default query using the function query_posts
Look for the arguments
order_by, ste to 'date'
and
order, set to 'ASC'
ElectricRider
Member
Posted 1 year ago #
Thanks Peter..
Er.. Unconsecrated.. what a typo! That's supposed to be uncategorized .
How do I get a list of categories and or create one for my posts and or pages?
ElectricRider
Member
Posted 1 year ago #
Thanks for the link esmi !
truckfarmchicago
Member
Posted 1 year ago #
Along the same vein....
How to add a published page and make it show up in a particular place?, e.g. under another in a drop down.