Canghe order by default in tag pages...
hello,
i want to set up as default in tag pages, the listing by "date added"... ad present moment if user load:
http://www.site.com/tag/name_tag/
see the video listed in alphabetical order...
to see by "date added" the user have to click a link...
http://www.site.com/tag/name_tag/?page=1&sort=adddate
i want to set up this "sort=adddate" as default http://www.site.com/tag/name_tag/
how i can do? thank you.
Re: Canghe order by default in tag pages...
I don't believe that you can change that as that is the default that is written in one of the encrypted files. You may be able to modify your .htaccess to do it, but I believe that if you did that, you may break the sorting for the other links.
Re: Canghe order by default in tag pages...
Quote:
Originally Posted by bplex
I don't believe that you can change that as that is the default that is written in one of the encrypted files. You may be able to modify your .htaccess to do it, but I believe that if you did that, you may break the sorting for the other links.
Mhh, if is inside the script, yes i guess only with htaccess can be done this.
i dont think will make a mess around, if the hataccess will be only about /tag i guess...
RewriteRule ^tag/(.*)/(.*) tag.php?search_id=$1&page=$2 [L,QSA]
already the htacess give some variable to the tag.php
someone who know good this script can suggest how modify this part of htaccess without made mistakes?
Re: Canghe order by default in tag pages...
Please, no one can give a good advice about? :cry: