habanerolex
Junior Member
- Jun 16, 2011
- 156
- 42
I have an Adult Gallery Blog and I'm using Mystique Theme. I installed the wp-postviews Plugin, because I want to sort my Posts by view Count.
So I've added the following line to wp-content/themes/mystique/templates/home.php
This actually works and it shows exactly what I wanted on the Main Page...the Posts with the lowest view counts.
The Problem is, if I click on Page 2, 3 or any other Page I see exactly the same.
It only works this way: mysite.com/?v_sortby=views&v_orderby=asc
So I've added the following line to wp-content/themes/mystique/templates/home.php
Code:
<?php query_posts('v_sortby=views&v_orderby=asc') ?>
This actually works and it shows exactly what I wanted on the Main Page...the Posts with the lowest view counts.
The Problem is, if I click on Page 2, 3 or any other Page I see exactly the same.
It only works this way: mysite.com/?v_sortby=views&v_orderby=asc