WPIntell

Source evidence

Remove links to posts?

HTML5 Cumulus · support · 2021-07-27T02:30:00+00:00

complaintsentiment
mediumseverity
0.8relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 21 rows with source links

4.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
id820 unresolved
Hey mate, me again, i created another topic to keep things organized. How can i remove links from the tag cloud? I would like to have it just words floating with no linking to anything, thank you again! add to the footer.php of theme: <script> jQuery(document).ready(function() { jQuery(".html5_cumulus a").click(function(){ return false; }); }); </script> Hey mate! I tried adding that to footer.php and header.php but didnt worked, what if i show categories instead of tags? Will your script link categories aswell? Might be a easier solution if it dont link to categories by default, thanks!

Comments

2 shown
Flector 2021-07-27T02:33:00+00:00

add to the footer.php of theme: <script> jQuery(document).ready(function() { jQuery(".html5_cumulus a").click(function(){ return false; }); }); </script>

id820 2021-07-27T13:13:00+00:00

Hey mate! I tried adding that to footer.php and header.php but didnt worked, what if i show categories instead of tags? Will your script link categories aswell? Might be a easier solution if it dont link to categories by default, thanks!