A YEAR AT THE RHYTM OF THE SEA-BASS
The “Labrax 2011″ project is the latest project of Henri-Joe Dieryck.
For this project, he will travel throughout Europe, from the south of Spain to the north of Norway, following the seabass, all of the year 2011. During this travel he will gather as much information as possible on the “Dicentrarchus labrax†or seabass.
<?php
query_posts(‘category_name=Intro nl’);
if(have_posts()) : while(have_posts()) : the_post();
?>
<h2 class=”font_replace”><?php the_title(); ?></h2>
<?php the_content(); ?>
<?php
endwhile;
endif;
wp_reset_query();
?>