Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 112476

baeckjens on "Q: Add info to all my 288 pages at once ?"

$
0
0

This works just great:

<?php if( $post->post_parent ) :?>
[ text goes here ]
<?php endif;?>

But when adding this, my footer and sidebar disappear and no text showing:

<?php if( $post->post_parent(308) ) :?>
[ text goes here ]
<?php endif;?>

Viewing all articles
Browse latest Browse all 112476

Trending Articles