2012-02-21, 03:10:55
n00dles101 Wrote:One way you could do it is.
Code:<div id="bottom">
<?php get_content('bottompart'); ?>
</div>
This will give you all the editable section you need.
Mike.
Thanks Mike, exactly what i was searching for.
Just one question: Is it possible to replace the specific content, in this case 'bottompart', and to use instead a kind of placeholder/function/whatever, which is calling ALL the elements from the parent page?
What i want to do, is kind of looping it. Like this:
get_(all the)_content assigned to the current page (= the private subpages)
Any ideas? Thx!