pippoflash
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: codex.ww.wp.xz.cn NOT visible from CHINAfantastic macmanx
thank you!Forum: Fixing WordPress
In reply to: Comments stop working when permalinks are usedI have exactly the same problem…
With permalinks active, no comments!
Funrthermore, even with permalinks active, if I call the page with the original numbered url, comments are back again!
So, it’s a problem of calls and linkage probably…
RTadams, did u manage to find a solution?
thx
pippoForum: Fixing WordPress
In reply to: Comments form disappeared from pageThank you, I am still using 1.5, and comments used to work untill a few days ago 🙁
I didnt make big changes, except installing a few plugins. But I removed them all and still doesnt work…
I have no idea why comments_template() returns nothing…
I’ll wait for more luck…
thanks a lot skulled!Forum: Fixing WordPress
In reply to: Comments form disappeared from pageIn the main page template, I have wrapped the comments_template() function in this way:
<!– COMMENTS DOWN HERE –>
<?php comments_template(); ?>
<!– COMMENTS UP HERE –>And on the output, in the page source, it shows:
<!– COMMENTS DOWN HERE –>
<!– COMMENTS UP HERE –>So apparently the comments_template() function returns nothing…
oh gosh…
Forum: Fixing WordPress
In reply to: Comments form disappeared from pageI also tried disabling all plugins, but no help…
Forum: Fixing WordPress
In reply to: Comments form disappeared from pageDaisy Rae Gemini
Forum: Fixing WordPress
In reply to: Comments form disappeared from pageIn my template there is not a single.php file 🙁
Here are all the files I have:comments.php
comments-popup.php
footer.php
gravatar.php
header.php
index.php
page.php
sidebar.phpCould it be the page.php?
When I change this, it both affects the home page with post listing, and the single post view…thanx!