wont display custom template
-
Hi,
comments are not displayed when using [custom template]. [custom form] woks instead.
That’s how I call it.<?php
if ( is_user_logged_in() ) {
echo do_shortcode(‘ [comment form] ‘) ;
echo do_shortcode(‘ [comment template] ‘) ;
} else {
echo ‘<img src=”http://www.youtubeaddicted.com/wp-content/uploads/2015/04/Schermata-2015-04-30-alle-10.49.30.png” />‘;
}
?>HTML render says me:
<input type=”hidden” id=”_wp_unfiltered_html_comment_disabled” name=”_wp_unfiltered_html_comment” value=”23fccc3960″>Any suggestion?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wont display custom template’ is closed to new replies.