Forums

[Plugin: Improved Include Page] Only display Page body, not title? (2 posts)

  1. erick_paper
    Member
    Posted 10 months ago #

    I am using this code to display only the body of a page:

    if (function_exists('iinclude_page'))
    {
      iinclude_page(236, 'displayTitle="false"', false);
    }

    But this is also printing the title. What am I missing? I do NOT wish the title to show up at all. Only the page content. Please advise. Thanks

    http://wordpress.org/extend/plugins/improved-include-page/

  2. vtardia
    Member
    Posted 9 months ago #

    Hi erick,

    you can use this code to show only page content:


    <?php iinclude_page(4); ?>

    --
    Vito

Reply

You must log in to post.

About this Topic