edwardlw
Forum Replies Created
-
Forum: Plugins
In reply to: I wrote a PHP class. How Do I access it?Thanks for the info. I forgot to paste in the class name. oops! I updated the original post. Maybe the problem is that I don’t have a return statement for the
<div>
s that I’m trying to output?Forum: Plugins
In reply to: I wrote a PHP class. How Do I access it?you can ignore the following. It was used for debugging.
<?php echo "TEST" . $i; $i++; ?>
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Error after update to 2.9.2Same problem on our site.
We also just updated Network Publisher, so didn’t know if this was interfering. I took cm258’s suggestion and commented the getLimit line out.
Thank you!
Forum: Themes and Templates
In reply to: Border Radius Not Working in FirefoxYes. I figured it out: Firefox 3 does not support some of the newer CSS3 properties. Works fine in Firefox 4 beta.
Forum: Fixing WordPress
In reply to: Sidebar showing in One Column, No Sidebar TemplateWell, the problem is that when I switch back to the default theme (twenty ten), the same problem persists. I do not have the correct fix, but what I have done is comment out the sidebar in all of the relevant .php files.
There is a function to call the sidebar, eg, get_sidebar() or something like that.
The site works, but it’s not as clean (code-wise) as I’d like and I want to understand what is going on.
Forum: Themes and Templates
In reply to: Make front page (with blog) different from all other pages/postsHave you thought about creating a new page template? It would work nicely if your front page is a static one.
Forum: Installing WordPress
In reply to: Upgrade to WP3, but not showing new interfaceI decided to do a fresh install. Something weird must have happened when copying the new files over.
Forum: Installing WordPress
In reply to: Upgrade to WP3, but not showing new interfaceno luck. Every function worked fine before i upgraded (was running 2.9.2?).
Forum: Fixing WordPress
In reply to: Editing, Site title, nanvigation theme colorIf you are using the default twentyten theme, you can change all of what you are talking about. I believe under the appearance tab, there are links for header (to change the default picture to a logo you want). You may have to go to site settings and remove the site title there or go into the header.php and comment out calling for the site name. Also, there is a background link where you can change the background.
Many of these settings can be changed depending on what theme you have enabled. Hope this helps.
Forum: Installing WordPress
In reply to: Installed, how do it get to Control Panel/Dashboard etci believe you need to add:
/wp-admin
to the end of your url and it should bring you to the logon page.