LaurenM
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments not workingThis question is in a thread right below yours: http://wordpress.org/support/topic/43363. The answer given there didn’t help me, though, so I don’t know if it’ll work for you.
Forum: Fixing WordPress
In reply to: Popup Comments ProblemActually, I’m wrong. My wp-comments-post.php originally said:
$location = (empty($_POST['redirect_to'])) ? $_SERVER["HTTP_REFERER"] : $_POST['redirect_to'];
wp_redirect($location);It did not say
$location = get_permalink($comment_post_ID);and adding the
if ($is_IIS)didn’t change anything.Forum: Fixing WordPress
In reply to: Popup Comments ProblemOK, I tried; it didn’t work. http://www.laurenisms.com.
I’m supposed to leave
wp_redirect($location);alone, right? That comes right after the$location = get_permalink($comment_post_ID);that I just replaced.Help?
Forum: Fixing WordPress
In reply to: Popup Comments ProblemI am having the <i>exact</i> same problem and was just about to give up figuring it out using Codex and come and post it here. I will try this solution! Thank you for asking it so I don’t have to!
Forum: Fixing WordPress
In reply to: index.php seems to be calling a header.php that I can’t findYeah, I thought maybe it was the CSS but I overwrote that and it didn’t work.
After I posted here the first time (few times), I downloaded the header.php from the server to another location and, on opening it, discovered that none of the changes I had made to the local copy, which I thought I had uploaded, had happened to the remote copy. It might’ve been a permissions problem, though; I haven’t tested that, but when I went to edit it through the WP interface I had to change its permissions anyway. Editing it online instead of editing and uploading worked fine.
And index.html is gone now — it was a holdover from an old design and a Movable Type blog.
Thanks so much for your help!Forum: Fixing WordPress
In reply to: index.php seems to be calling a header.php that I can’t findI figured out my problem with the link, above — I was interpreting “Put code in between
backticks” as “Put HTML between backticks” for some unknown reason, instead of pre = backticks. Sorry. Noob.Anyway, I still don’t know why this was happening, but it looks like the problem was with uploading. I changed the permissions on the header.php file and altered it in the file editing section of WordPress, and that worked. But I still can’t upload and have it take. Will maybe start another thread about that later.
Forum: Fixing WordPress
In reply to: index.php seems to be calling a header.php that I can’t findOK, I don’t get it. But you get the picture. You have to specify index.php though because the index.html is still up.
Forum: Fixing WordPress
In reply to: index.php seems to be calling a header.php that I can’t findOh, look at that. Links don’t work!
Try again:
‘laurenisms.com/index.php`