Bye,
I’ve peraphs complex question, i don’t know.
Is it possible to have a simple loop to recall last post?
something like:
<?php query_posts('cat=4&showposts=1'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" ><?php the_post_thumbnail(''); ?></a>
<a href="<?php the_permalink() ?>"><?php the_title(); ?></a>
<a href="<?php the_permalink() ?>" ><?php the_title(); ?></a>
<?php the_excerpt(); ?>
<?php endwhile; ?>
.
I must create a page for ticker but I’ve many difficult to analize right code from ‘Dante’.
I try to ask.
Thanks Maurizio Lattanzio