I'm using <?php the_tags('<p>Tags: ', ', ', '</p>'); ?> to display related tags on each page.
I've tried other variations of PHP and the tags are still being generated incorrectly for news posts. Basically, it's choosing a different post (from a different category) and is displaying that post's tags for every news post instead of displaying the tags associated with each post.
For example, I just made a new post under the category of "news". No matter what I change the tags to, it keeps displaying "bird, disk" on the page. I found another post that I made earlier that has these tags, and changing these does change all the other tags for posts under the category of "news". But obviously they should not all be linked like that. The tags for the individual posts under other categories work as they should.
Any suggestions on how to fix this? Maybe it has to do with my functions.php file?