What im trying to do is have WP pull posts from my SMF forum and display the title(linked) in a list of the top 10 or so from a forum.
So if i have a forum with these threads:
Thread 1
Thread 2
Thread 3
Thread 4
Thread 5
Thread 6
Thread 7
Thread 8
Thread 9
Thread 10
Thread 11
and display in a list on my WP homepage like this with links to each thread:
Thread 1
Thread 2
Thread 3
Thread 4
Thread 5
Thread 6
Thread 7
Thread 8
Thread 9
Thread 10
My question is what plugin could i use for this?
ok thanks for that but now what do i put in my template to only show the top 10 posts from the feed. I have it putting them in the blogroll.
I have this:
<?php wp_list_bookmarks( $args ); ?>
<?php $args = array(
'limit' => + 10,
'class' => 'showsList');
?>
and it displays this:
Blogroll
RedBar Radio – We Make Fun of Everybody!
Contributors
RedBar Radio – We Make Fun of Everybody!
which isnt right BTW. it should display 10 posts like this
RED BAR RADIO (09-20-10)
RED BAR RADIO (09-19-10)
RED BAR RADIO (09-18-10)
RED BAR RADIO (09-17-10)
RED BAR RADIO (09-16-10)
RED BAR RADIO (09-15-10)
RED BAR RADIO (09-14-10)
RED BAR RADIO (09-13-10)
RED BAR RADIO (09-12-10)
RED BAR RADIO (09-11-10)
with no extra headings or titles and only the latests 10