Upgrading in process
February 26th, 2007I’m in the process of upgrading to a new version of Wordpress. I think everything’s fine, except for some of my link categories in the menu to the left. They’re showing up in blue text and a bigger font than I want, and I can’t figure out how to change them. It seems like I had this problem before and finally got it fixed, but so far I can’t remember what I did.
So, if anyone can offer any help, please let me know. Also, if you come across any bugs or problems, let me know that as well.
UPDATE: OK, I’ve noticed one problem. It looks like when you try to post a comment, you get a page that says something like “Fatal error: Call to undefined function: get_home_path() in /home/content/t/e/l/tellsworth/html/wp-content/plugins/sitemap/sitemap.php on line 355″
Even though this page is showing up, your comment should still be posted. I don’t know what’s causing this error, and I’m probably not going to be able to look into it until later today. Again, let me know if you know what I need to do to fix it. I appreciate your patience.
ANOTHER UPDATE: I think I’ve fixed the previous problem with the “fatal error” message. Let me know if you still have problems.
I don’t know what theme you’re using brother, but it’ll probably be an issue in your CSS file, or in your sidebar.php file.
It looks like the sidebar title tags are the same as the title tags for your post titles, so it may just mean changing your sidebar titles to tags or something.
By the way, I have no clue about coding, but I’ve altered a few themes here and there and since no one else is giving an answer I thought I’d try and help.
li id=”linkcat-19″ class=”linkcat”>h2>New Friends /h2>
Tim, the above is what you want to look for in your coding. You want to change it to something like what I have below. the 120% can go bigger to make the text bigger or it can go smaller to make it smaller. The color: tag will need to be changed to whatever color you want it to. I did brown just to plug in a color but am unsure if that is right.
li id=”linkcat-23″ class=”linkcat”> h2 style=”font-size:120%;color:brown”>New friends /h2>
Just so you know, I left the
li id=”linkcat-19″ class=”linkcat”h2New Friends /h2
Tim, the above is what you want to look for in your coding. You want to change it to something like what I have below. the 120% can go bigger to make the text bigger or it can go smaller to make it smaller. The color: tag will need to be changed to whatever color you want it to. I did brown just to plug in a color but am unsure if that is right.
li id=”linkcat-23″ class=”linkcat” h2 style=”font-size:120%;color:brown”New friends /h2
Just so you know, I left the >
Testing. Testing 123.
Testing again.
One more time.
Did that code thing make sense to you Tim?
j razz
Yeah, but I don’t think that’s the way the coding is set up in my stylesheet for my links. I’ll have to fiddle with it some more when I get a little more time.
I plugged it in and ran the code and it showed up fine. It may not be the way you originally did it, but it is error free and runs without violating the css standard. You definitely don’t have to use it, just a way to get it done.
j razz
This is a test. It is only a test. If this had been an actual comment I would have had something legitimate to say.
But this is only a test.
And apparently it worked.
OK, now I’ve got the link headlines fixed, but that’s affected the size of the post headlines. I know they’re small, probably too small, and I’m working on it.