clea
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrade to 1.5, comments popup reloads index page!Sorry, I meant to say: ” it is not multiple posts”.
I’ll try to re-explain my problem in more detail:
Normally the comments popup window page should reload itself after a comment has been submitted, but it doesn’t.
Instead, the entire index page is reloaded inside the tiny comments popup window.
Apparently there must be something wrong with the post method of the comment form…Forum: Fixing WordPress
In reply to: Popup comments in permalinks: is it possible?Hey, I did it! After adding the ‘is_page’ code that you mention, I commented the line:
‘<?php comments_template(); ?>’
So it now looks like: ‘<?php //comments_template(); //?>’
And apparently that solves the problem. Now I just see a nice link to the popup comment window.
Thanks!
Forum: Fixing WordPress
In reply to: Upgrade to 1.5, comments popup reloads index page!Kafkaesqui, as far as I know it it now multiple posts about the same topic…
in the other post I am asking about popup comments and permalinks, while here the problem is that the popup comment window (once a comment is submitted) reloads the index page inside the popup window… sorry if I didn’t make myself clear.
Forum: Fixing WordPress
In reply to: Reading Options — Posts Per Pageelizdelphi: I think you just have to save the file, change the file extension to .php instead of .phps, and upload it to yous plugins directory on your server.
From there you can activate it and set different posts per page…
Forum: Fixing WordPress
In reply to: Archives posts related to WP admin options?Wow, that worked! Thanks a million! 🙂
Forum: Fixing WordPress
In reply to: Popup comments in permalinks: is it possible?Thanks Kafkaesqui, but you only solved half of my problem…
The link now appears on the permalink page, that’s right. But I still see the comment form embedded on that page (take for example http://www.grandecorniche.com/fotolog/?p=78).