hi jim,
query_post could be a good solution
use the query, and modify your loop to show only the title and thumbnails
if you want to have the div only in your home, you have to put it on in the home.php (in your theme)
To visualize only a specific post, I think you should use query_posts
[maybe not the best answer]
function() {
// oh no, it's the cops!
clearInterval(interval);
},
very nice job
comments in the script are a little bit…I don’t know =p
humm !
not a real solution, but … I’ve change the li properties of the div in my css, and it looks like I wanted to !
thanks for your help alexpts : problem solved
thanks for your answer, it works with wp_list_bookmarks('show_description=1&categorize=0&show_name=1&title_after=&title_before=&title_li=');
BUT… I would like to keep the classment by categories !
any solution :p ?