Title: php shortcode?
Last modified: August 21, 2016

---

# php shortcode?

 *  [Antena](https://wordpress.org/support/users/antena/)
 * (@antena)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/php-shortcode-4/)
 * > Just use a php shortcode.
 * Where I can find php shortcode?
 * [http://wordpress.org/plugins/view-post-counter/](http://wordpress.org/plugins/view-post-counter/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ronthai](https://wordpress.org/support/users/ronthai/)
 * (@ronthai)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/php-shortcode-4/#post-4339634)
 * == Installation ==
 * 1. Upload the view-post-counter plugin to your blog.
    2. Active it. 3. Finaly
   add Bellow code of your single.php file or category.php, archive.php and **_any
   where that you want_**.
 *     ```
       <?php if(function_exists('bac_PostViews')) {
           bac_PostViews(get_the_ID());
       }?>
       ```
   
 * Can be found in the text files read me.
 * Can NOT use it anywhere you want, won’t work in the header.
 *  [xfreespiritx](https://wordpress.org/support/users/xfreespiritx/)
 * (@xfreespiritx)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/php-shortcode-4/#post-4339693)
 * Hello, I like this plugin too, but I can only see post views as per jpg 1, ([http://s.w.org/plugins/view-post-counter/screenshot-1.jpg?r=907521](http://s.w.org/plugins/view-post-counter/screenshot-1.jpg?r=907521)),
   I can’t see views on frontend as per JPG2, ([http://s.w.org/plugins/view-post-counter/screenshot-2.jpg?r=907521](http://s.w.org/plugins/view-post-counter/screenshot-2.jpg?r=907521))
   Can anyone advise, the author of this plugin doesn’t seem to be answering quessies?
 * free.x

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘php shortcode?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/view-post-counter_6f7c7c.svg)
 * [View Post counter](https://wordpress.org/plugins/view-post-counter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/view-post-counter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/view-post-counter/)
 * [Active Topics](https://wordpress.org/support/plugin/view-post-counter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/view-post-counter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/view-post-counter/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [xfreespiritx](https://wordpress.org/support/users/xfreespiritx/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/php-shortcode-4/#post-4339693)
 * Status: not resolved