I don't know PHP so I got someone to write this code for me:
http://pastebin.com/m265e70d5
It's output is supposed to be called using this tag:
<?php the_better_tags(); ?>
But it doesn't work. The place where the output is supposed to display is blank.
Can someone please add in anything that's missing, I have a feeling it's something real small that's missing.
No the code isn't in the same page, I use wordpress so additional php code like that is put in a file called functions.php and the tag is in a file called single.php.
http://pastebin.com/m265e70d5
It's output is supposed to be called using this tag:
<?php the_better_tags(); ?>
But it doesn't work. The place where the output is supposed to display is blank.
Can someone please add in anything that's missing, I have a feeling it's something real small that's missing.
No the code isn't in the same page, I use wordpress so additional php code like that is put in a file called functions.php and the tag is in a file called single.php.