So, if a user visits a specific category on on the blog. What is the best way to customize the the Meta Title and Description for each category page? It seems like there are two main approaches:
1. Adding a custom area to the admin interface.
2. Setting up conditional statements in the template file (meta content wouldn't be editable via the admin).
Has anyone tried either of the above before?
Additionally how would I output the current page number in the meta title? For instance if a category had a lot of posts, I'd like to add "Page 2" to the title.
Thanks!
June