• Resolved 012kal

    (@012kal)


    Hello !
    I would like to know how I can insert Post Views on the excerpts of posts on the HomePage of the site that uses the Twenty Seventeen theme.
    Thank you

Viewing 1 replies (of 1 total)
  • I’m not sure if this will help, as I don’t use that theme, but it may work if you add:

    <div><font size="2"><b><?php echo strip_tags(pvc_post_views(0,false)); ?></b></font></div>

    Before or after:
    <?php the_excerpt(); ?>

    Inside the ‘twentyseventeen/template-parts/post/content-excerpt.php’ file.

    • This reply was modified 7 years, 7 months ago by angeljs.
Viewing 1 replies (of 1 total)
  • The topic ‘Insert Post Views on Homepage – Twenty Seventeen’ is closed to new replies.