Forums
(@3upadventures)
13 years, 11 months ago
It works! Thanks so much!
I ended up using
<?php if( !is_paged() ) {?> [code for A] <?} else {?> [code for B] <?}
;?>
So I can use is_paged to make my home.php show one thing when it’s the 1st page and not show it on the subsequent pages?