Limit meta tags after each post
-
Could someone please let me know what to add here in order to limit the amount of meta tags that show up after a post. exp: 7 tags
<?php if(function_exists('the_tags')) {$my_tags = get_the_tags();if ( $my_tags != "" ){ the_tags('Tags: ', ', ', '<br />'); } else {echo "Tags: None";} }?>
I looked at the codex pages but couldn’t put it together as easy as it may be.
Or if this needs to be changed elsewhere please point me in the right direction.
thank you
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Limit meta tags after each post’ is closed to new replies.