Change link in WordPress widget

jdab

Madly Diligent
Joined
Aug 29, 2010
Messages
9,642
Reaction score
1
FP$
21
I have a widget over on LevelUnlocked.net that displays my latest reviews.

However, when you click the 'All' link, it just shifts the page down a little. Where in the templates would I edit it? I need to know which template it is too.
 
The "all" link is an anchor, which goes to the div id panel.1. Here's the line of code your looking for, try looking in a sidebar template.

Code:
<a href="#panel-1" rel="panel" class="selected">All</a>
 
pandaa said:
The "all" link is an anchor, which goes to the div id panel.1. Here's the line of code your looking for, try looking in a sidebar template.

Code:
<a href="#panel-1" rel="panel" class="selected">All</a>
What template do I find that in?
 
Back
Top Bottom