bmanderson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Code troubleshooting helpNo problem, babypress.
For what it’s worth – I did resolve my issue. Found another way to code the header navigation menu that is much less convoluted…
So … issue resolved … I think.
??
Forum: Fixing WordPress
In reply to: Code troubleshooting helpI used this bit of code for that. It’s been nice to have. Cleaned up the side bar a bit. I found it someplace online …
<h2><?php _e(‘Archives’); ?></h2>
<form id=”archiveform” action=””>
<p><select name=”archive_chrono” onchange=”window.location=(document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);”>
<option value=”>Select month</option>
<?php wp_get_archives(‘type=monthly&format=option’); ?>
</select></p>
</form>Forum: Fixing WordPress
In reply to: Code troubleshooting helpokay I did change the permalinks to “prettier” (month/day/post). But to no avail…
I am wondering about the \n that’s stuck in there? That doesn’t look right to me.
Forum: Fixing WordPress
In reply to: Code troubleshooting helpI used whatever came with the theme.
It changed when I restored my database after an upgrade.
So I honestly don’t know why it’s not working. I didn’t change anything.
I will play around with the permalink settings. I don’t remember what they were before…
The more I learn about this, the more I realize I don’t know… :s
Forum: Fixing WordPress
In reply to: Code troubleshooting helpThanks Whoo, fixed that.
Now .. for the other issue. I know there’s something that’s been screwed up with this code at some point during the upgrade process. I am just not familiar enough with it to know what it is. Some help please?
Forum: Installing WordPress
In reply to: Upgrade to 2.5.1 – Help please!That did the trick. Thanks!
Forum: Installing WordPress
In reply to: Upgrade to 2.5.1 – Help please!Okay, I was able to delete a bad plugin – so now at least my admin/dashboard is working.
Does anyone have any ideas about the rest of my blog? I have two years worth of stuff (apart from all my links and categories) that I really don’t want to lose. Woudl this be a database issue with my web host?
Does anyone read these forums? ??
Bernie
Forum: Installing WordPress
In reply to: Additional Blog 404 Install errorFigured it out. I am an idiot.