plym
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: URGENT // Moved site in Settings->GeneralThank you very, very much! Got it back up and running before morning, so I don’t think anyone noticed. You really saved me there!
Forum: Themes and Templates
In reply to: Flexibility of wordpress as far as inserting foreign itemsWhat i love about wordpress is that it’s pretty much as simple or advanced as you want it to be. On some sites I just use a couple of lines of code from wordpress into my own straight-up xhtml/css site.
A lot of the stuff your after is easily accessible through plug-ins, but if you want to code sidebars and stuff on your own, no-one’s stopping you! 🙂
With that said, inserting static flash-content will not be any easier than with normal code. I find it a tad harder as the folder hierarchy is much more advanced.
Forum: Themes and Templates
In reply to: Switch language on themeHang on.. Upon checking out the file in Poedit, i realized it was not a complete translation. Far from it, in fact.
All the phrases i had checked were not yet translated. Seems i was searching in the wrong place.
Looks like I’ll do some localization tonight.. 🙂
Thanks for your input though, Rich!
Forum: Themes and Templates
In reply to: Switch language on themeNo, the admin-area is translated (to Norwegian) with it’s .mo-file (by editing wp-config.php), but the theme doesn’t pick up on it and use it’s own .mo-file.
Any ideas?
Forum: Themes and Templates
In reply to: Switch language on themeYeah, i got that too. But how do i make the theme understand that i want that language? It’s in a folder with a dozen other languages .po and .mo files.