<?php if(have_posts()) : ?>
<?php
$temp = $wp_query;
$wp_query= null;
$wp_query = new WP_Query();
$wp_query->query(’showposts=1′.’&paged=’.$paged.’&cat=1′);
?>
<?php while ($wp_query->have_posts()) : $wp_query->the_post(); ?>
<p><a href="<?php the_permalink() ?>" title="<?php echo esc_attr(get_the_title() ? get_the_title() : get_the_ID()); ?>"><?php the_permalink() ?></a></p>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php previous_posts_link(’« Previous’) ?></div>
…
Posted on May 6, 2011 by Paul Donnelly .
Posted on May 3, 2009 by Paul Donnelly .
A must for any website designer/developer is Search Engine Optimization. It is proven SEO friendly URLS can help boost your website up the Search Engine Rankings.
This tip will allow you to have all your wordpress URLS in the following format:
http://www.pauldonnellydesigns.com/blog/recent-work/