matthewjewkes
Member
Posted 5 years ago #
Hello Everyone,
I am trying to put together a newspaper styled page using wordpress. Usually there are about 20 posts that come out in bursts, twice a week.
The index page contains an "archive" for the most recent date. I am wondering if there is anyway to dynamicly sort this by catagory.
I'd like to achieve something along the lines of - http://www.themanitoban.com/ - where they have News - Editorials - etc sorted on the front page.
Is this possible using WordPress and Archives?
Although I don't know PHP too well, I am quite comfortable muckign around in code. Any help is greatly appreciated!
if i read correctly - you want to have a list of the latest titles under each catagory?
its simple enough with a couple of new loops - rather than re-inventing the wheel, heres the details previously posted
http://wordpress.org/support/topic/69799?replies=10
matthewjewkes
Member
Posted 5 years ago #
Thanks phuckd - I read through that, and it doesn't quite have what i need.
I need to have a list of the titles under each catagory FOR ONE Particular date.
I.e. All of the titles under "Culture" that were posted on "October 15" Followed by all the titles under "News" on the same date.
matthewjewkes
Member
Posted 5 years ago #
Anyway of doing this in the main loop? I'm not interested in any fancy Ajax
you can always do a search on google for plugins for archives... there are a ton of archive displaying plugins and I dont know what you are looking for