PostView 1.65 I can't display on single post.
-
I can not get PostView to display on posts. It displays on the dashboard but not on the singles.php file. Not sure if I am placing the code in the correct position. My site is https://fedebolivar.org
I try with this code on the post file (“single.php”) of my theme Dominate4.1 after this code….
`<?php if(comments_open( get_the_ID() )) {
?> <span class=”meta_comments”><?php comments_popup_link( __( ‘No comments’, ‘themater’ ), __( ‘1 Comment’, ‘themater’ ), __( ‘% Comments’, ‘themater’ ) ); ?></span><?php
}
// Post viewa code…
<?php if(function_exists(‘the_views’)) { the_views(); } ?>`
- The topic ‘PostView 1.65 I can't display on single post.’ is closed to new replies.