Tagged: news, title
The title will not appear on this page. Where/how can I add this?
http://www.northcoastangelfund.com/news
The title is controlled by your theme.
What code you have in archive.php for displaing it? I suggest using:
<h1><?php post_type_archive_title(); ?></h1>
I did not have one. This worked. Thank you!