Cypher
Forum Replies Created
-
Forum: Plugins
In reply to: Private Comment Plugin !There was a similar request a little while ago and I wondered about it then as I do now. What ‘value’ is a private comment adding to a blog? If noone else can see it, they won’t comment on it.
If you want people to really send your private comments, you could direct them to a Contact Form for that purpose.
I guess I fail to see the point of a Blog with private comments.
Regards
Forum: Fixing WordPress
In reply to: Add something at the postsTry..
if (is_page()) {
echo "This is a post page";
}Regards
Forum: Requests and Feedback
In reply to: AutosaveI dunno about autosave plugins, but I’ve been using a Firefox extention called Performancing which allows you to blog from withing FireFox.
It does save your posts as you go, so you don’t lose anything.
Regards
Forum: Fixing WordPress
In reply to: PHP eating up server resources — WordPress to blame?What plugins are you running? WP-Cache, Staticize at the least? This should be the first place you start.
Regards
Forum: Everything else WordPress
In reply to: Bluehost uptime is not very dependable…I had BlueHost about 2 hosts ago, I found their support to be greatly lacking, i.e., they NEVER responded to any of my questions.
I’m a fairly knowledgeable user so I managed most things on my own, but I’m sure others would be frustrated.
Their uptime was OK enough, but they did was spells of downtime that lasted days. I moved to Dreamhost which was a nightmare towards the end.
I’m now with my 3rd host in 3 years and so far things are OK enough. Every time I get to thinking about stability and so on I begin to wonder if it’s better for me to host my own little webserver. But the cots of that just doesn’t add up to shared hosting these days..
Short of getting a virtual private server, dedicated server or something more exclusive, you’re always going to have issues with shared hosting. That’s part of the parcel I guess..
Regards
Forum: Everything else WordPress
In reply to: Updated blogs not showing upYou didn’t provide a link to your blog. 🙂
Pingomatic.com can sometimes slow posting down, remove it from the list and keep it empty while we figure this issue out for you.
Can you go to Manage->Posts and ensure that you see the original default post there?
Regards
Forum: Plugins
In reply to: Custom key (field) for category pages?I’m just curious as to what you would do with custom fields for categories?
Regards
Forum: Installing WordPress
In reply to: Enabling Comments From Pre-Created ThemesSo under Options->Discussion, you’ve checked “Allow people to post comments on articles” and still comments don’t appear?
Is there any theme in particular you could point out, or even better a link for us to look at?
Regards
Forum: Fixing WordPress
In reply to: Multiple blogs from one mySQL databaseIn your wp-config.php file set up the DB_HOST to point to your database URL. Next, set up the DB_NAME to the one database you have, and just modify the $table_prefix for each blog.
So just use “wp1_”, “wp2_” and so on to differentiate the blogs.
Regards
Forum: Everything else WordPress
In reply to: Updated blogs not showing upDoes it spit out an error or just hang? Can you check under Options->Writing and see what sites you have listed under “Update Services”.
Can you edit an existing post?
Regards
Forum: Everything else WordPress
In reply to: Updated blogs not showing upCome again? You write a new post and it doesn’t show up? What are you uploading?
Regards
Forum: Fixing WordPress
In reply to: How to Remove Browse Happy ButtonIf it bothers you so..edit /wp-admin/admin-functions.php, go to like 1644 and remove the “add_action(‘admin_footer’, ‘browse_happy’);”
Regards
Forum: Themes and Templates
In reply to: Custom Hemingway CSS-esIt isn’t any asides plugin per-say, but code that comes with the Squible theme. Basically I have two loops, one that shows all the posts in anything BUT the asides category in the top section, and one loop just for the asides category.
Regards
Forum: Fixing WordPress
In reply to: Editing post and how to avoid updating feedFrom WP’s perspective, fixing a typo or adding new content to a post is both “updating” the post and as such it will get reported through your Feeds.
It is probably best practice to spell-check posts before posting them to ensure you don’t have typos..and if you have something of real value to add to a new post, you could just as easily create a new post referencing the old post..
Regards
Forum: Everything else WordPress
In reply to: How to edit Hello worldFirst, we cannot help you with sites that create blogs for you.
Second, that particualr site uses WordPress MU to provide their service.
So please visit http://mu.wordpress.org/forums/ to get help from them.
Regards