I just want to show Archives
for special categories. For example i have categories
abc
,xyz
. I just want to show Archives
for xyz
not for abc. Currently i am using code to display Archives is
<ul>
<li><?php wp_get_archives( array( 'type' => 'monthly', 'format' => 'li', 'show_post_count' => 1, 'include'=>1 ) ); ?></li>
</ul>
so how can i show Archives
for xyz
category
only. Thanks
Add this to your functions.php file and replace ‘Uncategorized with the category name