WP Postviews插件是使用最多的插件之一to record post views.
然后您可以按金额排序;
<?php if (function_exists(\'get_most_viewed\')): ?>
<ul>
<?php get_most_viewed(); ?>
</ul>
<?php endif; ?>
或将变量传递到URL:
http://example.com/?v_sortby=views&v_orderby=desc
甚至可以运行按post\\u元值排序的自定义查询。