whitespace on tag cloud
-
This: https://www.ads-software.com/support/topic/adding-whitespace-in-tag-page?replies=9
Never solved it for me.
https://ayohay.com/blog/all-tags/
<?php /*
Template Name: All Tags
*/ ?>
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post”><h2><?php the_title(); ?></h2>
<?php wp_tag_cloud(‘format=separator=whitespace separated&list=ul&unit=pt&number=1000&smallest=10&largest=32’); ?></div>
<?php endwhile; endif; ?>That’s what I have.
I’d like some obnoxious space between words.
Thank you for your help
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘whitespace on tag cloud’ is closed to new replies.