How do I insert an iframe or page within a wordpress page?

I cant figure out how to have a page I created,

can be used as a forum,
I installed this forum thing,

and am trying to figure out how to open that forum into the wordpress page.

It’s hard to say without seeing your code for the forum, but one way would be to make a template WordPress page out of the forum as follows and save it as page-forum.php.

Add your forum code between the <?php get_header(); ?> and the <?php get_footer(); ?>. Just make sure that none of the variable and function names won’t conflict with the WordPress variable and function names.

At the top of the page add the following code:

<?php
/* Template Name: Forum  */
?>

Then in the editing area for http://www.meadowlarkpreschool.com/new_wordpress/?page_id=16, select the template ‘Forum’.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.