Forums
(@rabinbs)
14 years, 4 months ago
Sorry to post this too early. I did this again by modifying the core plugin file.
I edited line no 416 on wordpress-seo\inc\class-sitemaps.php changed the value from false to true $terms = get_terms( $taxonomy->name, array('hide_empty' => false) );
wordpress-seo\inc\class-sitemaps.php
$terms = get_terms( $taxonomy->name, array('hide_empty' => false) );