jshepard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Formatting Pages listing on HomepageYou could do this in your CSS — you will probably have to tweak, but you should be able to do something along the lines of:
li.page_item ul {
border: 1px solid #039;
}li.page_item ul li ul {
border: 1px solid #CCC;
}This should let you separate and visualize your lists. Then, you can add positioning to your CSS to move the blocks where you want.
Forum: Fixing WordPress
In reply to: Errors after 1.5 UpgradeI’d be willing to bet it has something to do with that extra www/ directory. Check your WP configuration and make sure your absolute path is correct for the system you’re on.
Forum: Fixing WordPress
In reply to: Broken pages implementationAnybody? This is driving me nuts!
Forum: Fixing WordPress
In reply to: Broken pages implementationHere is a link to my site. Check out the behavior for yourselves.
You’ll notice that the page links appear just fine on the home page (Code..etc..etc..Downloads at right). Now, click on the “Code” link. The page links disappear!?! Go back, and click on Computer Science. BZZZZT!!! ERROR!!!
What… the… heck… is… going… on… ??????
I’m going to try to sleep on it and see if I have any ideas in the morning — but I’m still happily anticipating a revelation from one of you WP gurus =:o)