2015-01-17, 00:58:15
Is there a way to get the tags of the posts? I tried using: in my theme file but the tags are not showing up.
What I'm trying to do is:
Thanks in advance who can help me out!
Code:
<?php nm_get_tags(); ?>
What I'm trying to do is:
Code:
<meta http-equiv="keywords" content="<?php nm_get_tags(); ?>" />
Thanks in advance who can help me out!