G'day,
Wanting to run a particular theme in which posts are ordered alphabetically. I was wondeirng if its possible to hardcode in this. I tried using the phpinclude template without avail using the following variables.
PHP Code:
$page=1;
$pp=9999;
$sort=title;
$order=desc;
$daysprune=99999;
Can anyone shed some light onto this issue for me? Much much much appriciated.