• Create a feature for order by Most Popular/Read Post.

    Edit wp-includes/query.php -> line 2629.

    Add “new field” table wp_post

    Query add
    ‘orderby’ => ‘new field’,

    This for nexts version is great!!!

Viewing 1 replies (of 1 total)
  • More flexibility over post-ordering in next version would be great. Eg: ability to order posts by popularity and/or to force sticky posts to top of tag and category pages (except latest post pages). Unless site is a news site ordering by publication date isn’t very meaningful.

Viewing 1 replies (of 1 total)

The topic ‘Most Popular’ is closed to new replies.