bakuryudo
Forum Replies Created
-
Hello,
Same problem here and this patch works well.
But it must be applied again at each plugin update.
The resolution of this issue is expected soon ?
Regards
Hi,
A slash is missing on the url (www.test.com/answerspage/2 instead of http://www.test.com/answers/page/2)
in index.phtml line 52
'format' => 'page/%#%/',must be
'format' => '/page/%#%/',Hi,
I have :
<div class="cma-answer-date"><?php printf(__('Answered On %s', 'cm-answers'), $answer['date']); ?> <a href="#comment-<?php echo $comment->comment_ID; ?>">#</a></div>but doesn’t work so I replace it by :
<div class="cma-answer-date"><?php printf(__('Answered On %s', 'cm-answers'), $answer['date']); ?> <a href="#comment-<?php echo $answer['id']; ?>">#</a></div>Hi,
The comment id seems to be missing on the link because on the notification mail for question or answer we have something like that :
http://www.test.tst/answers/mail-1/#comment-267
And the link leads us directly to the answer in the page.
Forum: Fixing WordPress
In reply to: tax_query incompatible with numberposts?Same problem with “posts_per_page”, no LIMIT in the returned query and all posts with the given category or tag are displayed