How to grab custom query parameter?
-
Here’s my custom query…
?page_id=44&myparam=android
How can I grab the “myparam=android” and then use it as the condition of the following example?
<?php if ( is_category ( ‘android’ ) ) ) : ?>
<?php include(TEMPLATEPATH.’/header-android.php’); ?>
<?php endif; ?>Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to grab custom query parameter?’ is closed to new replies.