Skip to content

Instantly share code, notes, and snippets.

@beyazitkolemen
Created June 15, 2011 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beyazitkolemen/1028413 to your computer and use it in GitHub Desktop.
Save beyazitkolemen/1028413 to your computer and use it in GitHub Desktop.
Wordpress Konu Okunma Sayısı - Postview eklentisi
<?php if (function_exists('get_most_viewed')): ?>
<ul>
<?php get_most_viewed('both', 8); ?>
</ul>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment