eragle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: NEW: Upgrade to 1.5.2Yeah check out podz instructions again:
==== The official method.====
Upgrade just like any other upgrade:
– delete
/wp-admin
/wp-includes (but NOT your languages folder!!)
all wp-* files at root EXCEPT wp-config.php
(Leave /wp-content and /wp-images alone.)– upload the replacements for what you have deleted (so don’t upload /wp-content or /wp-images)
Use the link in the Dev blog to read the Codex page on upgrading.
There is no need to run upgrade.php after doing this.
———————-
Don’t worry it threw me for a loop when I first read it as well. 🙂
Forum: Your WordPress
In reply to: My WordPress Site, My Own Theme, Please Review!Traditionally I don’t like black themes. A black background with white font makes for short-term reading rather than long-term. The layout is nice and I really like that dark read background. The sidebar is hard to deal with as well. But a really nice job putting everything together!
Forum: Fixing WordPress
In reply to: Monthly archives display as unformatted “Index of…” pageI’m beginning to think you have those threads bookmarked moshu. 😉
Forum: Fixing WordPress
In reply to: changing domain and…Come by and visit…
chelein.la
My eyes! Dear lord they’re burning! LOL 😉 Glad things went smoothly for you. I’ve only attemped this one time and it went good for me as well. LOVE what you’ve done to that theme. 🙂
Forum: Fixing WordPress
In reply to: NEW: Upgrade to 1.5.2You actually wouldn’t need to run the upgrade, it will occur naturally. And be sure NOT to upload the new wp-content folder, just move it somewhere else before you start the upload.
Forum: Requests and Feedback
In reply to: AJAX CommentsHmmm….not sure on the details of AJAX, but I understood it differently. But of course I have this nasty habit of being wrong about these sort of things. 😉
If it DIDN’T query unless displayed, that would be uber-cool.
Forum: Fixing WordPress
In reply to: Don’t want “comments” displayedYou would actually have to remove this via a file edit.
Remove the following from your main theme template:
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
Forum: Requests and Feedback
In reply to: AJAX CommentsI think the show/hide would be very do-able. But like you said it would still query the db so it would only be for cosmetic purposes.
Forum: Requests and Feedback
In reply to: Seeking artist…I can only imagine. 😉
I looked around and couldn’t find anything…
Forum: Everything else WordPress
In reply to: Search engine friendlinessYup, it’s relatively friendly. Not that there are a lot of “Ragle’s” on the web, but my site went from unknown to #1 in google in 3 weeks flat.
Forum: Your WordPress
In reply to: Not displaying CommentsNevermind that last part, the forum formatted my post funny.
Forum: Your WordPress
In reply to: Not displaying CommentsOkay, just throwing this out there. Try this:
1. Save a copy of your comments.php to your hard drive.
2. Replace this
‘< p > <?php _e(‘No comments yet.’); ?> < / p>With this
<?php if (‘open’ == $post-> comment_status) : ?> `If it doesn’t work just upload the php file you saved to your hd and I’ll start over. Oh yeah, remove the
Forum: Fixing WordPress
In reply to: Google AdSenseDid you do a search?
Forum: Plugins
In reply to: plugin wanted: ban specific domain referralsI will add that there appears to be a bot that can register now on blogs. I’ve only been hit once but it derived from the same source that created a bot which registered on my vb forum.
Forum: Fixing WordPress
In reply to: 1st flash page before homeThere are many different techniques to inserting a redirect into a flash page.
here is a quick one I found via google. You should note though that flash pages aren’t indexed well by Google.