@bolhachefe,
Thanks for the information. This does accomplish sort of what I want. I don’t want to feed it just a single topic. I would like it to post the two most recent topics in a specific forum. Perhaps I can hunt for this shortcode code and modify it.
I think my style pack plugin might do what you want
bbp style pack
then use
[bsp-display-topic-index show=’1′ forum =’10’ template = ‘short’ show_stickies=’true’ noreply=’true’]
see
dashboard>settings>bbp style pack>shortcodes for how to use
Hi @robin-w,
That gets me close to the functionality. I managed to get it displayed properly. You can see at the top of the homepage at tidesofwar.net. I used the single topic shortcode and some css hacks to get it to display how I want it.
The issue is I have to manually edit the page anytime I want the topic to change.
I’m interested in this too! Did you find the shortcode?
bit confused – the shortcode I gave you without the noreply should do what you require
what is the exact shortcode you are using?
Sorry I might not have explained what I’m trying to accomplish properly.
The shortcode I’m currently using on my live site is this:
[bbp-single-topic id=4657]
Just the normal bbpress shortcode to show the content of the actual topic. I used some CSS code to remove the post form and any replies. So it shows only the first post in a topic which is what I want to display as news on my front page from different forums. The shortcode you listed does show the stickies but just the actual forum topic and not the content of the first post of that forum topic.
I wasn’t sure if there was a shortcode that displays the content of the first post from “x” amount of topics from a specific forum.
So on my page I have three codes that are pulling a single topic from 3 different forums.
there is a short code in my style pack above that does this as stated above 🙂
@robin-w , I must have misread what you posted then. I’ll go back and take a look. I was using the shortcode [bsp-display-topic-index show=’1′ forum =’10’ template = ‘short’ show_stickies=’true’ noreply=’true’]
if it is not working, then 1. remove the norepy part and 2. make sure you type in thne line rather than copy it, as otherwise the apostrophes tend to get changed
as above you have ’1′ not ‘1’