iand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress going haywire againEdit whichever post has the line I quoted above (probably best to turn off the WYSIWYG editor in your profile page first). In there you will probably see the
<strong />which you will have to edit to</strong>.Forum: Fixing WordPress
In reply to: WordPress going haywire againTry viewing the source code and having a look at the point where your layout goes from ‘right’ to ‘wrong’. You should find:
I don’t like to see you sad.<br />
<strong /></p><strong />should be</strong>, which should fix it.Forum: Themes and Templates
In reply to: How to remove the “feedback” DIV from the comments pageOnce you have found the right
divin your files wrap it in a conditional tag such as:
<?php if (is_home()) { ?>
Your div here
<?php } ?>
I think that one will work, but there are others you can try here
(Note you can also add!so that!(is_home())becomes is NOT home).Forum: Fixing WordPress
In reply to: WordPress database errorAll
Errcodemessages are something that your host needs to fix. Copy the same information to them and they should be able to sort it for you.
(looks like the instructions for them are here 🙂 )Forum: Fixing WordPress
In reply to: Can’t change “comments off”Looks like you are using the hosted WordPress.com, so your best bet is to ask here:
http://wordpress.com/forums/
Though I assume you have theAllow people to post comments on the articlebox on the discussions page ticked?Forum: Requests and Feedback
In reply to: How safe is wordpress against hackers?The most current version 2.0.2 has no known exploits. There is also a 1.5.3 beta around somewhere which is a security fix for those users of 1.5.2 who do not want to make the jump to 2.0.x.
Forum: Fixing WordPress
In reply to: how to run updated links?It has been broken since the middle of January or so (some changes at ping-o-matic I think). As far as I know, no fixes/ alternatives have been turned up yet.
Forum: Requests and Feedback
In reply to: How i can personalize my dashboard wp?Take a look at the
wp-admin/index.phpfile. The feeds are between lines about lines 127 and 164. Make sure you back up the original first though.Forum: Everything else WordPress
In reply to: Spam? Bring on the kittens!The return of Kitten’s Spaminator perhaps??
Forum: Themes and Templates
In reply to: comments off from page.phpWhere you took out
<?php comments_template(); // Get wp-comments.php template, put back:
endwhile; else: ?>
<?php endwhile; else: ?>(I think).Forum: Fixing WordPress
In reply to: WordPress not working for external or internal useI don’t think your hosts file is quite correct
You will need a line
127.0.0.1 your.ip.address
This thread should help:
http://wordpress.org/support/topic/58402Forum: Fixing WordPress
In reply to: is_home does not functionTry
<?php if (is_home() && ($paged <= "1")) { ?>instead.
http://wordpress.org/support/topic/61041Forum: Installing WordPress
In reply to: not having success after FTPclicked on install.php
Did you open them with your ftp program? You need to to go toyoursite.com/folder/wp-admin/install.phpin your browser.See the readme in the download – item no5.
Forum: Fixing WordPress
In reply to: Possible to save draft pages?I think it will be in WP2.1 : behold the changeset of destruction.
Forum: Plugins
In reply to: How many plugins you’ve actived?No problems with 45… though a ‘turning off all plugins’ plugin would indeed make things a little easier 🙂