Forums

How to load template when embedding a page (1 post)

  1. PhifeDawz
    Member
    Posted 1 year ago #

    Good afternoon!

    Is it possible to load the template of a page when embeding it to another?

    When I use the following code, it only displays text/image into the second page:

    <?php
    $page_id = 509;
    
    $page_data = get_page( $page_id );
    
    echo apply_filters('the_content', $page_data->post_content);
    ?>

    Cheers!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.