Does not work with comment list
-
<ul class="comment-list"> <?php $args = array( 'avatar_size' => 75, 'reply_text' => __vce('reply_comment'), 'format' => 'html5' );?> <?php wp_list_comments($args); ?> </ul><!--END comment-list-->
Load all comments with inline css:
.comment-list li { display: none; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Does not work with comment list’ is closed to new replies.