Adding theme support
-
My comments are structured as follows, in comments.php:
<?php foreach($comments as $comment) : ?> //lots of code here <?php comment_text() ?> //lots of code here <?php do_action( 'comment_report_abuse_link' ); ?> <?php endforeach; ?>
(I don’t actually have a reply link at all, because it’s a very customized theme.)
I get the message “Wrong usage of print_flagging_link().”
When I added the rest of the code to functions.php, I just got the message twice instead of once.I’m probably also going to have to customize the html of the link.
Is there another way to construct the Flag link?Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding theme support’ is closed to new replies.