Hello,
I created an Archive list (also this is my archive.php codes) on my blog and i want to show posts by years.
But when i use query_posts()
function for excluding some categories and limit posts then it's showing all posts not by year.
For example this page is showing all posts not only posts in 2009 years.
So if i summarize this issue; i want to show archive list by year (when i enter /2009/ permalink)+exclude some categories and limit posts.
Thank you.