Tag archives not displaying since WP4 upgrade
-
On our site (journalmag.org) we have a “table of contents” that is really just a tag archives view. Here is the functional code:
<h3><span class="toc_category"><?php the_category(); ?></span><span class="toc_title"><?php the_title(); ?></span><span class="toc_author"><?php echo get_the_author(); ?></span></h3>
It’s pretty simple—just spitting out a list of links to posts. Since we updated to WordPress 4, only some of the posts are being listed. So if we have two posts tagged 38.2-Spring-2014, maybe one of them will show up in the tag archive view, but not the other. We’ve tried deleting the tag and adding it again, but the only thing that works is duplicating the post and deleting the old one. We’ve repaired our mysql database. No luck. I’m wondering if we need to completely recreate our database, or reinstall WordPress…?
- The topic ‘Tag archives not displaying since WP4 upgrade’ is closed to new replies.