<?php include (TEMPLATEPATH . '/header2.php'); ?>
http://codex.wordpress.org/Include_Tags
Thread Starter
stupod
(@stupod)
I worked it out. Here’s the code:
<?php $postslist = get_posts('numberposts=1&order=DESC&');
foreach ($postslist as $post) : setup_postdata($post);?>
category/<?php foreach((get_the_category()) as $category) { echo $category->category_nicename . '';}?><?php endforeach; ?>