Aangemaakte reacties

2 reacties aan het bekijken - 1 tot 2 (van in totaal 2)
  • Je kan ook dit gebruiken:

    <?php
       					query_posts('showposts=3&cat=3'); //selects 3 article of the category with ID 3 ?>
       					<?php while (have_posts()) : the_post(); ?>
       					<div id="leadheader">
       						<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanente Link naar <?php the_title(); ?>" class="title">
       					<?php
    // this is where the title of the Story gets printed
    						the_title(); ?>
    						</a></h3>
    						</div>
              <?php
    	the_excerpt() ; ?>
              <div class="read-on"> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
                <?php _e('Lees meer... '); ?>
                </a> </div>
              <?php endwhile; ?>

    hopelijk ben je er iets mee

    Als dat niet lukt, raad ik Slimbox2 aan, aanvinken in de backend en automatisch werkt het bij invoegen van een foto

2 reacties aan het bekijken - 1 tot 2 (van in totaal 2)