In a near 2 weeks and a half I want to get my blog rolling for something I am working on, going to keep it a secret as of right now, but I was wondering if wordpress was capable of a book styled wiki. Example use would be a blog which is "Tutorial Based" and it'll display the tutorials on the front page as follows: Title Example Part 1 Getting started Downloading Blank Can wordpress do this? Is it hard to implement? Has it been done before? How can I do this with as little effort as possible? ( I do program PHP, so PHP Examples would not be a problem, I've been out the wordpress coding game in a while though ). Now that I think about it, I've seen a site which sort of has the style I want http://learncpp.com, not sure if he does it automatically or by hand. I think the best way to do this is find out if I can create categories, and order them by category name, then for each category get the articles that are children of that category and list them in order based on the article name "1.0 - Article Name" hmm Thanks in regards
The Learncpp website only uses a simple HTML table to display its contents, which is probably going to be easier to use. The information they show is also (mostly?) static since they don't have other users changing and editing pages unlike wikis.