I can not get this to work, do i have to replace anything in rewrite.php and what do i need to do?
sorted it now thanks.
did this
<h2><?php echo "Latest News"; ?></h2>
<?php
global $post;
$myposts = get_posts('numberposts=7&category=28&order=DESC&orderby=ID');
foreach($myposts as $post) :
?>
<li> »<a href=<?php the_permalink(); ?>><?php the_title(); ?></a></li>
<p>
<?php endforeach; ?>
have you tried this when inserting the gallery
[album id=x template=compact]
change x to your album number.
I would like a plugin to get a rss feed and create a post on my page automatically, then i could call up the posts in my sidebar so it is always upto date.
Is there a way to do this?