baeckjens
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Q: Add info to all my 288 pages at once ?This worked out gr8! Thanx for your help! Awesome.
<?php if( $post->post_parent == '308') :?> [ text goes here ] <?php endif;?>Forum: Fixing WordPress
In reply to: Q: Add info to all my 288 pages at once ?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;?>Forum: Fixing WordPress
In reply to: Q: Add info to all my 288 pages at once ?The pages I want to edit has the parent Brands but there are also pages under some other parents like Stores etc …
I really appreciate your time and help!
Forum: Fixing WordPress
In reply to: Q: Add info to all my 288 pages at once ?I’m sorry should have told you.. they do have a parent, if thats what you mean.
Forum: Fixing WordPress
In reply to: Q: Add info to all my 288 pages at once ?I also thought about it. But then the text would be published on ALL my pages which I do not want it to do.
It’s Pages!
Thanx!
Viewing 5 replies - 1 through 5 (of 5 total)