Tagged Questions
0
votes
1answer
54 views
How to change tag Title to its name?
i have previously asked it in stackoverflow, but there was no answer!
I wish to change the title of Tags pages of my wordpress blog. What I want to do is to keep the Tag name as it's title only.
For ...
0
votes
3answers
93 views
How to Remove a Title from All Category and Tags Page?
I am trying to remove the title from all my category and tags page.
So far, I have been using this code http://pastebin.com/xxmyw7BP. It works but not perfectly. The title of my category and tag ...
1
vote
0answers
17 views
how to add text to posts from tags
How can I add custom generated text to posts using text from tags?
Something like:
[Post Title] + custom text + tags + custom text ....
Or is there a plugin which does this ?
1
vote
2answers
772 views
Verify if tag is used on posts
I'm using site tags for a glossary. I would like to display a link to the tagged page if the tag exists, otherwise just display the tag title. Is there a check which would allow me to determine if the ...
0
votes
1answer
116 views
title tag function
I am using a function to display the URL on title tag, I coded this function which works properly but I would like to customize it more further.
function title_tag()
{
$a = $_SERVER['REQUEST_URI'];
...