mctagmap makes pages blank between V13.0.5 and V13.0.7
-
Somewhere between version 13.0.5 and 13.0.7 (my weekly backups did not have 13.0.6 in there to check), and still present in 14.0.0, use of the mctagmap shortcodes anywhere in a page results in the page’s being blank except for the title. The generic WordPress menu at the top of the page is also missing.
The HTML code it generates does have entries from the mctagmap plugin in there, but the page gets truncated at some point prior to getting to the /body tag, always after a line that includes a tag like:
div class=”entry-content” itemprop=”text”
(I’m leaving out the angle brackets in case they mess up a post here.)
It is not a matter of a size limit as larger pages without the mctagmap codes are fine, but any page with mctagmap in it shows up blank, most likely because the ending HTML tags are missing.
A typical use in this context might be:
[mctagmap columns=”1″ basic=”yes” width=”800″ show_posts=”yes” post_tags=”vm” ]
for a single line per entry list of posts with a tag of “vm”. However, a more typical index page, such as:
[mctagmap columns=”3″ basic_heading=”yes” show_posts=”no” show_navigation=”yes” tag_count=”yes” ?]
also displays the same problem.
My workaround is to revert back to 13.0.5, but it would be nice to be able to stay current.
- The topic ‘mctagmap makes pages blank between V13.0.5 and V13.0.7’ is closed to new replies.