• Resolved AchoronMH

    (@achoronmh)


    Hello! I have recently installed this plugin onto my site and I’m using it as a part of the description of posts and I wanted to know if there was a way to install this plugin on the front page or on the latest posts view where everything is in a grid view. Is that possible?

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Yes, it is possible. You can add the counter anywhere in your theme, as long as you’re comfortable editing your theme’s PHP files (or editing files in a child theme).

    You can find out more in the “4 ways to use the plugin” section here:

    • You can use the shortcode in your theme files, like so:?<?php echo do_shortcode( '[jp_post_view]' ); ?>. If you pick that option, I would recommend using a?child theme?instead of modifying your theme’s files.

    So you could place that snippet in the file that handles each single post in the grid view in your theme.

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Post Count on Grid View’ is closed to new replies.