What are the redirect paramemters?
-
Hello,
I am looking at modifying my archive page to display content if the user is in a specific category.so I would like to do something like:
if($_GET[‘cat’] == ‘foo’){
echo ‘content specific to this category’;
}I just cannot find the name of the parameter for category.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘What are the redirect paramemters?’ is closed to new replies.