TAG group listing
-
Hi,
I use the Tag groups plugin and theme roller displays my tags as follows:
Now:
Tag1 * Tag2 * Tag3 * Tag4 etc..I want to show each tag under the one before.
What i want is:
* Tag1
* Tag2
* Tag3
* Tag4
etc..I tried to put an /n or /r command in my code right behind the separator sign, but this isn’t working.
<?php if ( function_exists( 'tag_groups_cloud' ) ) echo tag_groups_cloud( array( 'include' => '1,2,3,4,5', 'tags_post_id' => 0, 'hide_empty_tabs' => 1, 'smallest' => 12, 'largest' => 12, 'separator' => "?", 'separator_size' => 18 ) ); ?>
I want an linefeed after every tag. Is this possible and how?
THX Freek
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘TAG group listing’ is closed to new replies.