• Resolved aminabbasian

    (@aminabbasian)


    Hey Guys,

    I’ve put together a site which works as a Coda style slider. With each page called using the Get Page function such as:

    <?php
    $page_id = 7;
    $page_data = get_page( $page_id ); 
    
    $content = $page_data->post_content;
    $title = $page_data->post_title;
    echo $page_data->post_content;
    ?>

    However I do have one issue where contact form 7 is not showing. all that is shown is [contact-form 1 "contact"].

    There doesn’t seem to be any plugin conflicts.

    Any ideas?!

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Contact form 7 not shown with Get Page’ is closed to new replies.