With <?php if($pages):?> I am able to get latest page content like page title, body, etc. and if I place <?php echo $pages->id; ?> I am able to get the page id so how do I get a specific page inside if statement using page id?
<?php if($pages):?>
<?php echo $pages->id; ?>
Aucun commentaire:
Enregistrer un commentaire