There isn't really that much php code involved i think.
This is where the div should be included.
The div id="nieuws" should be the div with the information from the other page.
Code:
<!-- Begin Content Column -->
<div id="content" >
<h2 class="center">Nieuws Van Het Bestuur</h2>
<br />
<p>Op deze pagina kunt U nieuwsberichten van het bestuur vinden.</p>
<p>Deze worden direct door iemand van het bestuur op deze pagina gezet.</p>
<br />
<div id="nieuws">
<p>Some include thingy here from the other page should come here.</p>
</div>
</div>
<!-- End Content Column -->
This is the which need to get implemented in the code stated above.
The full source code can be best found when you look at the source code with your browser.
It is a un-edited version from Wordpress.
You can find their complete coding here
Code:
<div id="container">
<div id="content" role="main">
<div id="post-1" class="post-1 post type-post hentry category-geen-categorie">
<h2 class="entry-title"><a href="http://www.lightningleiden.nl/wordpress/?p=1" title="Permalink naar Hallo wereld!" rel="bookmark">Hallo wereld!</a></h2>
<div class="entry-meta">
<span class="meta-prep meta-prep-author">Geplaatst op</span> <a href="http://www.lightningleiden.nl/wordpress/?p=1" title="10:32" rel="bookmark"><span class="entry-date">21 oktober 2010</span></a> <span class="meta-sep">door</span> <span class="author vcard"><a class="url fn n" href="http://www.lightningleiden.nl/wordpress/?author=1" title="Bekijk alle berichten van webmaster">webmaster</a></span>
</div><!-- .entry-meta -->
<div class="entry-content">
<p>Welkom bij WordPress. Dit is een eerste voorbeeldbericht. Je kunt het bewerken of verwijderen en starten met bloggen!</p>
</div><!-- .entry-content -->
<div class="entry-utility">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Gepost in</span> <a href="http://www.lightningleiden.nl/wordpress/?cat=1" title="Alle berichten bekijken in Geen categorie" rel="category">Geen categorie</a> </span>
<span class="meta-sep">|</span>
<span class="comments-link"><a href="http://www.lightningleiden.nl/wordpress/?p=1#respond" title="Reactie op Hallo wereld!">Plaats een reactie</a></span>
</div><!-- .entry-utility -->
</div><!-- #post-## -->
</div><!-- #content -->
</div><!-- #container -->
Hope this helps
Bookmarks