Ups..... forkert - Extra Siden hvor underlinksne kommer ind:
<div id="extra">
<div id="myGallery">
<div class="imageElement">
<h3>Alle har noget at sige.</h3>
<p>På Bonnet Friskole har alle ret til at have en mening - <a href="
http://www.bonnet-friskole.dk">Klik her</a></p>
<a href="#" title="Åben kort" class="open"></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/shine/1.jpg" class="full" alt="Bonnet Friskole">
</div>
<div class="imageElement">
<h3>Cool eh!</h3>
<p>Her kan man skrive en masse</p>
<a href="#" title="Åben kort" class="open"></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/shine/headerpicture.jpg" class="full" alt="Bonnet Friskole" />
</div>
<div class="imageElement">
<h3>Se hvor vi bor?</h3>
<p>Klik her</p>
<a href="
http://www.krak.dk/query?what=map&mop=yp&advert_code=84202972&hits_on_map=1&search_word=Bonnet%20Friskole" target="_blank" title="læs mere her..." class="open"></a>
<img src="<?php bloginfo('stylesheet_directory'); ?>/smoothgallery/images/shine/action.jpg" class="full" alt="Bonnet Friskole" />
</div>
</div>
<div id="extra-sidebar">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
<?php /*this tsuff supports the RSS Event plugin*/
if (function_exists('rs_event_list')) { ?>
<?php $rs_event_arg = array
(
"timespan" => 60 * 60 * 24 * 365,
"date_format" => "jS M 'y",
"time_format" => "g:i A",
"group_by_date" => true,
"event_html" => "<a href='%URL%'>%TITLE% (%TIME%)</a>",
"max_events" => 4,
);
rs_event_list($rs_event_arg);
?>
<?php } else { ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php /* Lists any subpages*/ if(wp_list_pages("child_of=".$post->ID."&echo=0")) { ?>
<?php wp_list_pages("title_li=&child_of=".$post->ID."&depth=1&sort_column=menu_order&show_date=modified&date_format=$date_format");?>
<?php } ?><div class="post" id="post-<?php the_ID(); ?>">
<?php endwhile; endif; ?>
<?php } ?>
<?php endif; ?>
</div>
</div>