boggler wrote:
If you want to display in a single line you can accompish this with css:-
div.articles_count li{display: inline;}
Just add it to your template css somewhere.
I am not sure what you mean by 'should look like this at the end: 564 Articles published'. Do you mean you want the total number of articles? if so you will not to modify the template, which is in tmpl/default.php. You will need to add some code to add up the totals in each category.
The last part is exactly what I would like to do.
I have a category named "Video's"....under that i have sub categories called 1,2,3,4,5 etc.
I would like to add up all articles in 1,2,3,4,5 etc so the output on the page would display something like this:
Right now, the webpage hosts xx number of Video's.
Would appreciate any kind of help!