cannot see jetpack comments
-
Can anyone help with getting jetpack comments to work?
I am using the mantra theme, but even when i switch to twentyeleven theme i cant seem to allow users to login with twitter or face book (only wordpress)
my theme includes comments.php and theme-comments.php
comments.php as follows:?> <div id="comments"> <?php if ( post_password_required() ) : ?> <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'mantra' ); ?></p> </div><!-- #comments --> <?php /* Stop the rest of comments.php from being processed, * but don't kill the script entirely -- we still have * to fully load the template. */ return; endif; ?> <?php // You can start editing here -- including this comment! ?> <?php if ( have_comments() ) : cryout_before_comments_hook(); ?> <ol class="commentlist"> <?php cryout_comments_hook(); ?> </ol> <?php cryout_after_comments_hook(); ?><?php else : // or, if we don't have comments: cryout_nocomments_hook(); endif; // end have_comments() ?> <?php comment_form(); ?> </div><!-- #comments -->
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘cannot see jetpack comments’ is closed to new replies.