etc
-User should be able to select which blog to post to from the admin area.
-Code to generate links to the date/author/tags with total counts
-RSS feeds generated for posts
Solution - 1
create following files in your theme folder
index.php
archive.php
author.php
tag.php
category.php
and include following
>
and in create a file named as single.php and include following
>
in archieve.php you can also include
let me know if this what you want
Solution - 2
Hi.
As I see what you want is already built in wordpress theme if you are using an equivalent theme, but there are something I can't understand in your question, I didn't understand what you mean by "section", I think it's not a category, because you said:
example.com/blog/category/ - posts by category
and:
example.com/news/ - shows all posts in 'news' section
So can you explain more please?
Solution - 3
Have you tried the cpt plugins to setup the different sections (news/blog/...) ?
fx:
http://wordpress.org/extend/plugins/custom-post-type-ui/screenshots/
http://wordpress.org/extend/plugins/simple-custom-types/screenshots/
http://wordpress.org/extend/plugins/ultimate-post-type-manager/screenshots/
Solution - 4
Hi,
From my understanding, you may need have a look at this plugin to control the permalinks
http://wordpress.org/extend/plugins/wp-htaccess-control/