Put PHP together
-
Hi there,
Does anyone know how i can put the below 3 PHP lines together wrapped in 1 line with less tags?
<?php if (is_front() && $page>1) {echo(” page $page” ); } ?>
<?php if (is_topic() && $page>1) {echo(” page $page” ); } ?>
<?php if (is_forum() && $page>1) {echo(” page $page” ); } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.