About five years ago I started a small news site, taught myself some php, built a home grown cms, etc. etc. Well, it grew to about 50,000 visitors a month and probably a thousand pages and now it is time to take it to the next level.
I think I can get my head around Drupal with some effort. Here is my question:
Is there a way to enter a name, article title, date published, etc and build a call on different pages that arranges the same data but in a different order?
IOW, I have a date index, subject index, and author index. Right now I populate those pages by hand (cut and paste). It gets tiresome. It was no problem when the site was small, but doesn't really work anymore. Is there a way to enter the data once, and then build, say, the subject index page so that the info is called into it and I don't have to hand code the info in?
I want to only enter the relevant data once (ie: author name, date published, subject category) on the posting page, and then have the index pages display that data in a specified order.