Custom text for certain tags
Confusing but I think I have the gist of it… Yes, you’d have to write a bunch of if/elseif conditionals or a switch, or loop though an array of tag names. This would be a pretty high maintenance approach. Or you could go to wp-admin->Posts->Tags, fill out the description and use that. $post_tags = get_the_tags(); … Read more