I want to build my digital service site a little bit like a news site, so I want to have category page description.
But on my experience, most wp themes (free from wordpress org library) not showing them.
Sitting a week every day six hours on my Desktop to find a theme with category page description- no luck.
I love so much the Twentig Themes especial Brooklyn, but all Twentig themes not showing category page description.
Yeah wordpress makes your life hard, you should spend money on their premium VIP Version or you should buy a premium cms...to get these special seo features, so all the premium cms out there are far beyond you.
Only found three themes (really not laugh!)
generatepress, neve, navo (I not want Astra theme)
When I check the archive.php it has a category description hook under the header tag- but not works.
And when I try to replace this hook with this;
<?php
the_archive_description( '<div class="taxonomy-description">', '</div>' );
?>
not works -I get an 500 error on front page. O what a lovely world class cms is wordpress.............
what is the reason behind why most wordpress themes not showing up category page descriptions?