Support Forum

How to remove the word "topic" in newest topics tag PHP raw code?

21 Answers

New Answer

RL Robert Lawrence
Robert Lawrence
Member

I found out it had something to do with my wordpress theme, called Weaver Theme.  They have a shortcode you use to enclose php code and somehow that was the issue or it wasn’t functioning properly.  I switched over to using a plugin called “allow php in posts and pages” and pasted the exact same code in and now it works fine now.    Looks like the issue is solved. 

RL Robert Lawrence
Robert Lawrence
Member

One other question I had, is there a way to remove the bullets before each topic line?

MP Mr Papa
Mr Papa
Member

what bullets?  what topic line?  link please… it will come down to css from your theme…

BR Brandon
Brandon
Member

Robert Lawrence said
One other question I had, is there a way to remove the bullets before each topic line?

Did you try &listTags=0? Add that to the line and it will use a Div. That may take care of it.

 

RL Robert Lawrence
Robert Lawrence
Member

How do I make the output appear in two columns?  Is there an easy way to wrap the code in a CSS class so I can style it? 

YS Yellow Swordfish
Yellow Swordfish
Member

Probably – but I would need to see it for myself and look at the code you are using to tell.

BR Brandon
Brandon
Member

Robert Lawrence said
How do I make the output appear in two columns?  Is there an easy way to wrap the code in a CSS class so I can style it? 

Here is a nice little article on creating 2 or more columns in ul that may help.

http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/