Tagged Questions
2
votes
1answer
127 views
How can I get archives for specific category without category_base in the url?
I'm using this code to get archives for a specific category:
function extend_date_archives_add_rewrite_rules($wp_rewrite){
$rules = array();
$structures = array(
...