Just started a blog this weekend. Everything is great--except it looks like the "s" in the word "tags" is highlighted. It appears to be the same color as the hyperlinks. Thanks in advance!
paulpoteet.com/blog/index.php
Just started a blog this weekend. Everything is great--except it looks like the "s" in the word "tags" is highlighted. It appears to be the same color as the hyperlinks. Thanks in advance!
paulpoteet.com/blog/index.php
I think you just need to look at the single page file and move the s to the side where the word tag is - then delete the left over s.
Nice looking site, Paul.
Thanks June, and pardon my ignorance in advance--which single page file do you mean?
Presentation > Theme Editor > click on Single Post
See file called single.php
Do a search for 'tag' - you will see where to make the change then!
I suggest first copying the part you are going to change. Then paste it back into the file with /* at the beginning and */ at the end - then you will have a copy of the original in a place that is easy to refer to.
I can't see your single file - but on mine this kind of thing would look like:
<p class="tagged">Tags: <?php the_category(' · ') ?></p>
/* Note to self this was the original code: <p class="tagged">Tags: <?php the_category(' · ') ?></p> */
What I see when I look at your code is:
<p class="tagged">Tag<span class="flickr_pink">s</span>:
Just move the s so it's next to the word Tag - then it wll all be in the same font.
<p class="tagged">Tags<span class="flickr_pink"></span>:
I do not know why your's says flickr_pink - but if the s is next to the rest of the word the letters will all look the same.
Hope that helps!
: )
June
You must log in to post.