WordPress 4.4 update broke Tag Cloud
-
I just updated to 4.4
The tag cloud changed for some reason.
I added it via the widgets.The html output was:
<div class="sidebar"> <ul> <li id="recent-posts-3" class="widget widget_recent_entries"> <li id="categories-3" class="widget widget_categories"> <li id="tag_cloud-2" class="widget widget_tag_cloud"> <h2 class="widgettitle">TagCloud</h2> <div class="tagcloud"> <a class="tag-link-15" style="font-size: 12pt;" title="1 onderwerp" href="https://www.xxx.nl/themename/tag/tagname/">Tag Name</a> <a class="tag-link-15" style="font-size: 12pt;" title="1 onderwerp" href="https://www.xxx.nl/themename/tag/tagname/">Tag Name</a> <a class="tag-link-15" style="font-size: 12pt;" title="1 onderwerp" href="https://www.xxx.nl/themename/tag/tagname/">Tag Name</a> </div> </li> </ul> </div>
The current html output is:
<div class="sidebar"> <ul> <li id="recent-posts-3" class="widget widget_recent_entries"> <li id="categories-3" class="widget widget_categories"> <a class="tag-link-15" style="font-size: 12pt;" title="1 onderwerp" href="https://www.xxx.nl/themename/tag/tagname/">Tag name</a> <a class="tag-link-15" style="font-size: 12pt;" title="1 onderwerp" href="https://www.xxx.nl/themename/tag/tagname/">Tag name</a> <a class="tag-link-15" style="font-size: 12pt;" title="1 onderwerp" href="https://www.xxx.nl/themename/tag/tagname/">Tag name</a> </ul> </div>
I miss my
div
and myclasses
I can’t find anything about it in the update documentation so I don’t really know if this is an theme issue. The theme is custom btw and I have tried to switch to the new twentysixteen theme and have the same problem here.
M.
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘WordPress 4.4 update broke Tag Cloud’ is closed to new replies.