Search
 
SCRIPT & CODE EXAMPLE
 

PHP

check current pages is a child page wordpress

<?php

global $post;     // if outside the loop

if ( is_page() && $post->post_parent ) {
    // This is a subpage

} else {
    // This is not a subpage
}
?>
Comment

PREVIOUS NEXT
Code Example
Php :: Class "AppHttpControllersAdminAuth" not found 
Php :: parameterized function in php 
Php :: self submit form php 
Php :: php initialize array 
Php :: add log in laravel 
Php :: php const 
Php :: eloquent whereraw 
Php :: hmtl dellete tag php 
Php :: mkdir permission denied php 
Php :: get count laravel 
Php :: php remove everything after symbol 
Php :: php float round 
Php :: laravel sail publish 
Php :: update query in codeigniter using where condition 
Php :: php last day of month 
Php :: php constant array 
Php :: database collection to array 
Php :: get country from ip address 
Php :: php get value from url 
Php :: search post by post title in wordpres 
Php :: download laravel 8 zip 
Php :: scribe laravel 
Php :: phpexcel set data type string 
Php :: remove all sessions in laravel 
Php :: sending data from one website to another in php 
Php :: how see the list all artisan in laravel 
Php :: array prepend php 
Php :: Yii::app()-request-get yii1 
Php :: page break in dompdf 
Php :: base64 enocode php 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =