Skip to content

Can I show blogtags with the number for each tag? #117

Discussion options

You must be logged in to vote

ha! I found it! gg no big thing - but for me! :)

Its only
$output .= htmlspecialchars($key)."</a>\n";
$output .= htmlspecialchars($value)."</li>\n";

instead of
$output .= htmlspecialchars($key)."</a></li>\n";

:)

this in the plugin-folder blog.php below from
if($name=="blogtags" && $shortcut)
(its roundabout line 117)

Replies: 0 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by annaesvensson
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants