Spencer24
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where to find the comment_form function in WP3I tried what you said but made no difference so I deleted the comments.php from the twentyten theme and my site still used the default form so I deleted the comment.php from the default theme and it came up with the default form again so I have no idea where it is getting it from
My site now does not have a comment.php anywhere on the server but I still get the default comment form.
Forum: Fixing WordPress
In reply to: Where to find the comment_form function in WP3Thanks for that designsimply it may take me a while, will let you know how I get on.
thanks again
Forum: Fixing WordPress
In reply to: Where to find the comment_form function in WP3Thanks t-p
But my site not using the form in the wp-include>>comment-template.php as the caption for the email address is ‘Your email address will not be published.’ where on my site it says Mail (will not be published).
Thanks anyway If I sort it I will post the solution here or if someone else comes up with a solution I will confirm it here so you know it works
Forum: Fixing WordPress
In reply to: Where to find the comment_form function in WP3One way to find out, will let you know how I go on.
Thanks
Forum: Fixing WordPress
In reply to: Comment Form problem with version 3.0All I want to do is remove the ‘Website’ field and make the captions for the ‘Name’ and ‘Email’ fields more friendly. If it cannot be done in version 3.00 is there a way to go back to version 2.9
Forum: Fixing WordPress
In reply to: Prevent specific posts on home pageThanks for your reply tried what you said but it took ages for my page to load and it gave me approx 24 versions of the same post and my side bars and footers disappeared
Below is the code I used
<?php
if (is_home()) {
query_posts(“cat=-18”);
}
?>Regards