Posts: 8,621
Name: Steven Bradley
Location: Boulder, Colorado
|
travelagent I don't think Kimberly is looking to start a directory. If I'm understanding right she's looking for a list of links in a sidebar and to have the list update when each new page is added.
Kimberly like LadynRed mentioned blog software like B2Evolution and WordPress really are content management systems. They just happen to be a specific type of CMS.
I think WordPress is very easy to use. There are a lot of free themes available for it so you don't have to live with the default look. The hard part is you may not find a theme that does exactly what you want. In that sense what travelagent said is right because if you're not familiar with CSS and PHP you could get lost trying to make changes to the template.
If I'm understanding though what you want isn't hard to do. I use WordPress to run my blog and I created a sitemap for it which is just a list of the titles of every post.
Here's the sitemap page.
Every time I publish a new post that list is automatically updated. It was only a few lines of code to create that list and it could just as easily have been in a sidebar.
You can see that it can get out of control pretty fast if you add a lot of pages. I think it's already a little too much for my one page.
There are other ways you can set things up, but again it helps to understand how WordPress is put together to make some changes. The other option is to hire someone familiar with WordPress to customize it for you. If you can find a free theme you like that's close and doesn't require a lot of work to tweak for your needs it probably wouldn't cost much.
I would recommend WordPress though since it is pretty easy to use. Once you get used to it it's simple to add new pages and there's a strong development community around it offering free plugins to extend what the basic software can do.
|