<div class="navigation">
<div class="next-posts"><?php if(isset($the_query)) next_posts_link('« ' . get_option(DESIGNARE_SHORTNAME."_previous_text"), $the_query->max_num_pages); ?></div>
<div class="prev-posts"><?php if(isset($the_query)) previous_posts_link(get_option(DESIGNARE_SHORTNAME."_next_text") . ' »', $the_query->max_num_pages); ?></div>
</div>