ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header Information Problem – whitespaces deletedno worries 🙂
the problem is usually the encoding of the document, so you can’t see the crud that’s actually there…
For anyone else reading this, no matter how clean you think the file is, if you’re getting that error the crud *is* there, so just start with a fresh file.
Forum: Plugins
In reply to: How to use FTP to remove Amazon.com pluginPlease note, using FTP is not a wordpress function. This is a basic skill you should have if you want to play around with websites.
Please read the instructions… if you have further trouble, consult the emails your host sent you when you signed up with them.
if you no longer have those emails, contact your host to have them re-issued.
nobody can help you with specific steps here, as it depends entirely on your host and usernames/passwords you (and only you) should be fully aware of.
Once you’ve connected to your server, simply rename or delete the file(s) belonging to the plugin. If your next question is “what files?” or “what are files?” I suggest you have someone physically close to you help you do this (and teach you about these things).
…
I’d like to know how you got the plugin up there in the first place, if you can’t use FTP though.
Forum: Fixing WordPress
In reply to: Header Information Problem – whitespaces deletedyou make it sound like there’s something in between notepad and dreamweaver… what else did you try?
how about you start with a FRESH file, not the same wp-config.php, and open it in wordpad (not notepad, not anything else).
Forum: Fixing WordPress
In reply to: Double content on all static pagesI’ve seen this happen a few times to people, with no solution that I’m aware of.
Contact your host and ask them if they changed anything overnight.
Also, you’re using a mighty old version of wordpress there… consider at least upgrading to the latest in the 2.0 branch here: http://wordpress.org/download/legacy/ (for security reasons)
Forum: Themes and Templates
In reply to: Custom Field – Thumbnailshow about putting:
<?php else echo '<strong>No Thumbnail Image</strong>'; ?>directly after what you have there.
Forum: Fixing WordPress
In reply to: Mt Vs. Wp, Which is better?looks like you didn’t even read your own post.
If you spent as much time reading about wordpress or movable type as you have arguing with me about it, you might have made your decision by now.
Your thread will get the attention it deserves. Maybe one day you’ll see I really was trying to help you.
Forum: Themes and Templates
In reply to: Why is is_home not working?of course it does… you’re using the logical OR (||) instead of AND (&&)
you want both those conditions to be true, so you want AND not OR.
Forum: Fixing WordPress
In reply to: Change wp-admin into another namethat’s a solution to *a* problem, but not *this* problem.
securing the wp-admin folder and renaming it are not the same thing. It should be possible to do BOTH.
Forum: Fixing WordPress
In reply to: Mt Vs. Wp, Which is better?you’re also not very good at reading comprehension. I didn’t say you were flaming, nor did I say you were a zealot. sheesh yourself.
“If you took time to read my post”
Funny… you didn’t take the time to read mine. What lofty expectations you have of others, when you won’t do it yourself.
Please read my post again, and try not to cry so hard when someone suggests you might be going about this the wrong way.
I’ll say it again… there is no better, just better for YOU… nobody can make the choice for you. Go forth, investigate.
Forum: Themes and Templates
In reply to: Help appriciated, order of pagesif you can post the code, you can find it.
look in your theme’s .php files (start with the most logical-sounding ones first, and use your text-editor’s find feature to find ‘wp_list_pages’
then read the link moshu posted… follow the instructions to use the correct page order.
when you’re done doing that, you’ll have learned somthing and then you won’t be quite as new at this, right?
… give a man a fish… teach a man to fish… you’ve heard it all before.
Forum: Themes and Templates
In reply to: Help me please, break templatedo *NOT* put the more link between <div></div> tags in your posts… imagine what happens if you do?
Forum: Fixing WordPress
In reply to: Mt Vs. Wp, Which is better?“I’m in the process of comparing both Movable Type and WordPress.”
Awesome. Let us know when you’re done so we can read your comprehensive breakdown and comparison.
“I am curious to hear what you guys/gals have to say in defense of WP.”
This is what I like to call ‘flamebait’ WordPress doesn’t need defending and neither does Movable Type. There is a comprehensive list of features available at either website, and beyond that, they’re both easy enough to install and try out.
Don’t feed the trolls and incite the zealots to riot. Obviously we’re all wordpress users here, so we’ve made our own choice. Nothing we can say will actually convince you anyway, so why not just go convince yourself?
Questions like “what’s better IE or Firefox or Safari or Opera” and “is strawberry or chocolate the superior flavour” are all religious questions not tolerated by most forums. I’m not a member of the administration here, but I’d like to think I’m performing a community service by telling you that there’s no such thing as ‘better’
… only ‘better for YOU’.
Forum: Your WordPress
In reply to: Too large??no, nothing is too large.
It would be great if you stuck to a uniform image size though. Maybe pick a big size and a little size, and keep all your pictures either one size or the other.
Having different sized pictures all over the place makes a blog look like a ‘special needs’ kid’s scrapbook.
I think that’s also the reason your sidebar doesn’t fit on the side.
Forum: Fixing WordPress
In reply to: wordpress creating too many draftsupgrade.
Forum: Fixing WordPress
In reply to: View current time and date in my headerdepends what current means.
You can show the current SERVER date and time using a php function, but that’s no guarantee that it will match your time, let alone your users’ time.