Thanks Chuck. I still do not fully understand how to do it.
Here is what I am doing now:
in inc_features.php, I select
$q_switch = "random";
Then I renamed inc_features_recent.php, in which I select
$q_switch = "latest";
Then I made two .php files to call these two files
for example:
pp_recent.php
Code:
Content visible to verified customers only.
and pp_featured.php
Code:
Content visible to verified customers only.
Apparently, use pp_featured.php and pp_recent.php file at the same time failed.
What should I change?
Thanks again!
Sean