开发者 | chrisnorthwood |
---|---|
更新时间 | 2009年5月17日 07:06 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 2.7.1 |
single.php
file and add <?php if (function_exists('ptw_countview')) ptw_countview(); ?>
inside the loop. If you want your post views to count when seen elsewhere (not just on their own), insert that code everywhere else too.Because I'm a complex guy. In the future I'll probably improve it, but for the moment you'll have to deal with it.
Check you've added the ptw_countview()
somewhere in your theme.