Some widget titles, automatically turn to links. Why ?
-
I have one widget title in each sidebar that automatically turns into a link for the link I have above it. Why does that happen?
-
The title for “music” is a link because there are errors in the code in the widget right above it – Transportation. Edit the widget and straighten up the code.
It’s the same for cute puppy life and videos. An error in the widget right above it – Dog travel blog.
-
this is the transportation code- <div class=’snap_preview’>http://www.ClassicTrans.com/
<div class=’snap_preview’>http://www.lakelandbus.com/The odd thing is, I flip floped the text widget box’s. The first sidebar link did the same thing (below transportation). The second sidebar, reversed the links.
-
-
<div class=’snap_preview’>://www.classictrans.com/”>www.ClassicTrans.com/
<div class=’snap_preview’>://www.lakelandbus.com/”>www.lakelandbus.com/I removed the ( <a href=”http ) lets see if this works.
-
I’m not talking about what shows up when you view the source code, I’m talking about what is actually put into the text widgets under design > widgets. In the transportation widget, this is what you should have.
<a href="http://www.classictrans.com/">www.ClassicTrans.com/ </a> <a href="http://www.lakelandbus.com/">www.lakelandbus.com/ </a>What I’m seeing is an ending div tag (</div>) in between them, which is what is causing the issue.
-
- The topic ‘Some widget titles, automatically turn to links. Why ?’ is closed to new replies.