• hello

    is it possible to include the page id=3 (example) in another page, using the editor?

    i would like to have something like that
    [includepage 3]
    or
    [includepost 5]

    becouse this would rock <div id=redalert”>[includepage 3]</div>

    .
    .
    .

    to inlude other pages in the template i use this: (for example an editable menu)

    <? $my_id = 3; $post_id_7 = get_post($my_id); print $title = $post_id_7->post_content; ?>

    many thanks to b23.at = apfel-i.net

  • The topic ‘inlude post plugin/hack?’ is closed to new replies.