Find tags below when open above link.
Thanks & Regards,
Jai
is_tag( 'mild' );
// When the archive page for tag with the slug of 'mild' is being displayed.
is_tag( array( 'sharp', 'mild', 'extreme' ) );
// Returns true when the tag archive being displayed has a slug of either "sharp", "mild", or "extreme".
Does anyone know how to modify the function of WordPress so that it will return true when the tag archive being displayed has the slugs “sharp” and “mild” and “extreme” ?? I need all three slugs to return a true. If there are either of the two slugs, or if there is only one of the slugs, then it returns false.
Is this even possible to do with WordPress?
]]>I want to be able to filter out specific child pages which dont include a specific tag when clicking on it.
So lets say Thumb1 and Thumb3 have the tags “apple” and “pineapple”, meanwhle Thumb2 has “orange” – then I want to filter out Thumb 2 when clicking on the tag “pineapple”.
I guess i must create a tag-pineapple.php (tag-slug)?
Do I make myself clear?
<link rel="stylesheet" type="text/css" media="all" href="/tag_slug.css" />
I’m new in php and can’t find any solution for this problem.
p.s. sorry for bad english c:
]]>The slug for the featured tag was set to ‘featured-2’ – I tried to remove the ‘-2’ and when I did I get the following error:
The slug “featured” is already in use by another term
I did a search in the tags for the word featured and nothing else came up on the results except the tag in question…
Any thoughts? Thanks for any help.
]]><?php echo get_tag_link($tag_slug); ?>
$tag_slug would be set with a custom field by the user.
Is this possible?
]]><?php
if (is_category()) {
$yourcat = get_category ($cat);
echo ‘the slug is ‘.$yourcat->slug;
}
?>
Please could someone tell me how to modify this so that on tag.php I can echo the current tag slug. I have tried everything.
Thank you.
]]>‘tag_slug__and’=>array(‘a’)
the question is how do i search for more than 1 tag, so i want to display all posts that contain tag a OR tag b!!!
]]>https://www.reverse-mortgage-information.org/tag/equity+key
It seems somewhere tag url’s are being set with a “+” as separator. The tags I can view on my site (and which all seem to work fine) all use a “-” separator.
Is this some kind of conversion issue? Has anyone else seen this and/or figured out a fix?
I’m using the “Simple Tags” plugin and in the past have used Jerome’s keywords.
Thanks
]]>