I want to know what to change in the code below, to show actual id rather than the string value. The string value is .$azprstore_blogcat. and i want to show the category id's eg: 37,70,291,292 <?php if ($azprstore_blogfeature == "true") {query_posts($query_string . '&cat=-' .$azprstore_blogcat. '' ); } ?>
Help with code
4
I want to know what to change in the code below, to show actual id rather than the string value. The string value is .$azprstore_blogcat. and i want to show the category id's eg: 37,70,291,292
<?php if ($azprstore_blogfeature == "true") {query_posts($query_string . '&cat=-' .$azprstore_blogcat. '' ); } ?>
<?php if ($azprstore_blogfeature == "true") {query_posts($query_string . '&cat=-' .$azprstore_blogcat. '' ); } ?>
- bloodyuber
- ALicenseToCode
- brianng
Next Topics on Trending Feed
-
4