stevenmw
08-23-2009, 03:35 AM
I'm working on something similar to a news system. I've got a database table storing a list of categories.
Ifs any one knows where I can find a tutorial, or can just plain help that'd be amazing.
I'm trying to build a page that generates a list of articles under one category. Each time a category link is clicked they are taken to this page, and only articles under the clicked category are visible.
I've written a display file that checks a single category, and displays it. I'm trying to make a display that works for all categories....
Ifs any one knows where I can find a tutorial, or can just plain help that'd be amazing.
I'm trying to build a page that generates a list of articles under one category. Each time a category link is clicked they are taken to this page, and only articles under the clicked category are visible.
I've written a display file that checks a single category, and displays it. I'm trying to make a display that works for all categories....