Support Forum
Well no – we can't really do that. It depends 100% on where you want to put it – which pages/views you want to show it on and more importantly even than that – how your WordPress theme is constructed as they are all different – sometimes remarkably different.
I am trying to show the featured topics on a wordpress page.
Now i figure how to get the featured topics to show on a page. Next issues is Look at the way it shows below
.............................................................
- Forum: Questions and Answers Section
Topic: How to Bounce Back After Losing Much Money
Be Wise - 3 hours ago
..................................................................
Now what I want is to
1. Hide the Forum name (in this case-Questions and Answer Section). I dont want the forum name from where the topics are pulled to display. I just want the topics to show
2. I want to hide the author as well (in this case, Be Wise ..thats the author)
3. I want to hide the timestamp (in this case, 3 hours ago)
4. I want to able to display like 20 topics like that
Where do I need to edit.
And yes, is there a shortcode for calling the sp forum into a wp page and not the one it creates.
Thanks for your patience with me.
I had to edit this post.
Actually we are getting somewhere. This is the shortcode i now have
[sp_featured_topics itemOrder="T" limit="20" beforeTopic"]
Below is the result
............................
Hot Topics
- Topic: How to Bounce Back After Losing Much Money
- Topic: Verifying Your Paypal Account Even if Your Country is Not Accepted
................................
It is working perfectly as I want it. But how do I now hide that "Topic:" I just want to display the topics without having to have "TOPIC:" there.
Everyone, thanks so much
okay, I would point you to the codex but looks like a shortcoming of it...
the arguments to shortcodes cannot be camel case... so you want to use
[sp_featured_topics itemorder="T" limit="20" beforetopic"]
Visit Cruise Talk Central and Mr Papa's World
did you try my change??
Also Is there a shortcode for calling forum categories or groups into a wp page
not sure what you want to do, show the forum on another page? no, as Andy answered in post #22
Visit Cruise Talk Central and Mr Papa's World
sorry, just noticed you had a typo in your code and I carried it over to mine... it should be
[sp_featured_topics itemorder="T" limit="20" beforetopic=""]
If you just want a link to the forum or group, just enter the link into the location... you can copy it from the main forum page...
or there is a corresponding forum link tag
sp_ForumLinkTag()
but it seems missing from the codex... or if you want a list of all forums, you could use:
will open ticket to get the one added to the codex...
Visit Cruise Talk Central and Mr Papa's World
nope. here to help. thanks for the update.
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)