Hi Forum,
I need some help. I am trying to tweak my sidebar so that it will display the titles of the blogs depending on the category name that I select.
If Category = 1 {
display Category 1
{Post Title 1
Post Title 2
Post Title 3}
else if Category = 2 {
display Category 2
{Post Title 1
Post Title 2
..... Post Title n}
else (list Categories)
Any idea how I can accomplish this?