ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: fixed width in FF – variable in IEIt’s a shame so many people still use IE6 – if IE defaulted to upgrading itself like FF does, this wouldn’t be a problem anymore.
of course, if IE did anything by itself, it would be a sign of the apocalypse and microsoft would be sued over it, or something.
Forum: Fixing WordPress
In reply to: Blog via e-mailand you’re using a mail account where? your host? your isp? gmail? hotmail?
the more information the better – I’ve never actually used email posting, but if you don’t tell people exactly what you’re doing then they won’t see the problem.
How would YOU answer: “everything’s fine, why isn’t it working?”
I’m assuming the instructions you’re talking about are these ones: http://codex.wordpress.org/Blog_by_Email right?
Forum: Fixing WordPress
In reply to: Blog via e-mailwell, if you setup everything correctly, then it *is* working, and the error you posted is imaginary.
just ignore the imaginary error.
on the other hand, if you could explain what you actually did, and allow for the possibility that you didn’t do everything properly, then perhaps someone can help you.
Forum: Fixing WordPress
In reply to: Multiple loopsno, using ordinary loops will work, but each one will clobber the previous, so if you’re done with them all by the time they are output, then you don’t really have a problem.
unfortunately things like pagination suffer, because often you want to use the paging information generated by the first loop, after you’ve done the others (‘cos the page links are at the bottom, under all the other loops which have clobbered the first one).
That’s the most common reason for needing to preserve the first… but not the only one.
Forum: Fixing WordPress
In reply to: fixed width in FF – variable in IEit works the same in IE7… just not IE6 and earlier.
but, that doesn’t create a fixed width, it just stops further compression if the window is made too small.
Forum: Fixing WordPress
In reply to: Is It too late for permalinksit works by redirects.
you should avoid %category%/%postname% or just plain %postname% as it is sometimes problematic.
Forum: Fixing WordPress
In reply to: Is It too late for permalinksyour URLs will all change – but the links inside your actual posts will not.
Forum: Themes and Templates
In reply to: One blog, multiple themesyou’re welcome laviolent69 🙂
Forum: Themes and Templates
In reply to: Custom fields not accessible in footer.phpMolim 😉
Forum: Themes and Templates
In reply to: Custom fields not accessible in footer.phpvariable scope in php is a little different to what you might be accustomed to.
think of the global declaration as “pulling” the global variable into the current scope, so it needs to be done each time you want to access a global var in a different scope.
Forum: Fixing WordPress
In reply to: Lots of white linesuse a telephone book to prevent bruising… it’s more professional that way 🙂
Forum: Fixing WordPress
In reply to: Lots of white linesyou’ll have to go through all their posts… then beat them until they promise never to do it again.
Forum: Fixing WordPress
In reply to: Display post count of ONE category – possible?lol
Forum: Themes and Templates
In reply to: What feature(s) would you like to have in a theme?you’re repeatedly glossing over my points.
perhaps you suffer from selective blindness, or perhaps not… either way, count me out of the game 😉
enjoy.
Forum: Fixing WordPress
In reply to: Display post count of ONE category – possible?you can ignore anything asks you to edit your database — especially the options table.
I can confirm that the issue affects categories with children, or any children of those categories.