Please help– Tag DESCRIPTION
-
Hi I have added tag title to my feed but I read this twic and my tag DESCRIPTION is not Show up!!
https://codex.www.ads-software.com/Function_Reference/tag_descriptionI added this for TITLE and it works fine :
><?php
$posttags = get_the_tags();
$count=0;
if ($posttags) {
foreach($posttags as $tag) {
$count++;
if (1 == $count) {
echo $tag->name . ‘ ‘;
}
}
}
?>But the DESCRIPTION one is not working, please help thanks!!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Please help– Tag DESCRIPTION’ is closed to new replies.