I am really in need of help, I am trying to use the code below to pull the most recent posting content from a category into a left sidebar php widget area
Code:
<?php query_posts('category_name=updates&showposts=1'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
<?php the_content(); ?>
<?php endwhile;?>
I have already tried to use the plug-in query posts but it is not letting me style it as I need to for this to work, so I am having to resort to hard coding the left widget.
Thank you for your time!
BonnBonn









Linear Mode
