Is there a css (or other fix) to keep tags displayed on posts from "running" outside the center column? i.e. using 2.3 w / tag support and updated theme to display tags on posts.
Is there a css (or other fix) to keep tags displayed on posts from "running" outside the center column? i.e. using 2.3 w / tag support and updated theme to display tags on posts.
<?php the_tags(); ?>
"default code" a la http://codex.wordpress.org/Template_Tags/the_tags that goes in the loop fixes the problem- it seems I was "putting the cart before the horse" and using unneeded code params per an outside WP-2.3 support article.
So simple it wuz hard ;-) duh
thx
This topic has been closed to new replies.