Support Forum
This forum is not letting me past in the raw code and keeps making it look weird. Basically, I just want to know how to remove the word "topic" from the recent forum topics list and show just the title with links to the topics.
You can see the page reference this here: http://codex.simple-press.com/.....st-topics/
I tried again to paste code in this message to show you but it's getting all jumbled up and won't let me.
You would use the "beforeTopic" argument with nothing after the equals sign. The default is "Topic"
So something like: itemOrder=FTAUD&limit=10&beforeTopic=&afterDate=<hr />
Also in your post above, although it's jumbled, I am seeing 2 ampersands in a row && before limit. It should only be one.
to enter code, paste the code, highlight it, and use the code highlight button... looks like ${}
Visit Cruise Talk Central and Mr Papa's World
This is what I have, and it is still showing the word "Topic" before each line. Also, it is just showing 5 items and not 10 as I set my limit to. Not sure what's going on here. Something is not right with my code or maybe the tag is not functioning properly?
<?php
sp_NewestTopicsTag('itemOrder=T&limit=10&beforeTopic=&afterDate=<hr/>');
?>
please follow the directions I gave you before...
paste your code into the post highlight the code you just pasted go to the code highlight button - looks like ${}
it will maintain the code formatting...
Visit Cruise Talk Central and Mr Papa's World