Tagged: tag cloud
should not the boxes vary depending upon the frequency with which the tag appears on the site? My boxes are stubbornly all the same size.
Also – would like to just show the page title (I know – this site is all pages but wants a tag cloud…) not the entire page contents
http://bernardo-group.org/tag/rr-blup/
nancy
Hi Nancy!
1. You can try and find a tag plugin that does this, https://wordpress.org/plugins/search.php?q=tag.
2. Your trying to hide the excerpts / full post content in the blog page? Add this to your custom CSS.
.template-blog .entry-content { display: none !important; }
Best regards,
Elliott