lawtai
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments, simply not workingDo you have “Logged in as . Logout” written above the box? If so, you’ll need to go into your admin panel -> authors/users -> delete the blank user.
Forum: Themes and Templates
In reply to: IE b0rkageYour middle background actually is there in IE. If you highlite around and scroll a little, you’ll see it show up. Not sure what’s causing it to dissapear yet though. Possible try to get your validation errors fixed?
Forum: Themes and Templates
In reply to: Need help with footerI’d check your sidebar.php file. I think you might have an open div or something in there that’s causing your footer to not show. You’re not actually calling the sidebar in your index.php file, so that could be the problem. Post the sidebar.php contents if you can.
Forum: Themes and Templates
In reply to: Color Coordination?I use this site:
Forum: Themes and Templates
In reply to: Need help with footerpost your code for your archive.php page and your index.php page?
use this to paste:
Forum: Your WordPress
In reply to: Awesome Blogshaha might as well throw my blog in although it might not be as nicely designed as some of the others.
Forum: Fixing WordPress
In reply to: IE6 problems with font sizeI’ve noticed something similar happenining on my site as well. However, I don’t think it’s a reproducible thing on IE on different computers. I’m thinking it’s just some configuration I have set up on my computer which is causing IE to appear different than FF, because it doesn’t happen on other computers.
oh yea, on my comp the font looks the exact same in IE as it does in FF
Forum: Everything else WordPress
In reply to: How does WP perform with a large db?you can periodically go and optimize your tables, using phpmyadmin, but I’d think that WP does a good job by itself.
Forum: Fixing WordPress
In reply to: Delete inactive usersjust make sure that they have’nt made any posts because their posts will get deleted as well I think.
Forum: Fixing WordPress
In reply to: Limit number of posts in index.phpadmin panel -> options -> reading -> set the number of posts you want to show
Forum: Fixing WordPress
In reply to: Show Top Level Pages OnlyHave you looked at the codex?
Forum: Fixing WordPress
In reply to: Is it safe to get rid of “/category/” in permalinks?yes. i wouldn’t see why it wouldn’t be safe
Forum: Plugins
In reply to: Recent Comments for WordPress 1.2 / 1.5nice, i might implement this on my website instead of my current recent comment plugin.
Forum: Fixing WordPress
In reply to: Top Referers (referrers)I don’t know of one yet, but why would you want something like this? Spammers use referrals as a way of upping their page rank I believe, so you could have a spam referral listed at the top of your top 10 list.
If something like this were to be done though, it’d have to build off of something like stat-traq or BAStats in order to work.
Forum: Themes and Templates
In reply to: Problem getting theme to work.make sure you have your images loaded in the correct folder. Check the CSS and see where your header and other images need to be.