A YEAR AT THE RHYTM OF THE SEA-BASS
The “Labrax 2011″ project is a project of Henri-Joe Dieryck and Tamara Solowiew.
For this project, they travel throughout Europe, from the south of Spain to the north of Norway, following the seabass, starting in the year 2011. During this travel they 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();
?>