YOUAREtehSCENE
Member
Posted 1 year ago #
div id="sidebar2">
<h1><b>Spotlight Bands Of The Month!</b></h1>
<a href="http://youarethescene.net/archives/48073">
<img src="http://i137.photobucket.com/albums/q206/Devinp11/HEADERUPDATE2copy.jpg" width="140" height="140" border="0" alt="Twitter"/>
</a><a href="http://youarethescene.net/archives/48116">
<img src="http://i54.tinypic.com/kd8ghg.gif" width="140" height="140" border="0" alt="Twitter"/>
</a><a href="http://youarethescene.net/archives/48131">
<img src="http://i55.tinypic.com/fnfses.png" width="140" height="140" border="0" alt="Twitter"/>
<?php if (function_exists('get_users_browsing_site')): ?>
<div id="useronline-browsing-site"><?php echo get_users_browsing_site(); ?></div>
<?php endif; ?>
the top half is making where it reads who's browsing the site clickable how can I stop this?
see this is whats happing I'd like to get rid of the yellow part!
http://i52.tinypic.com/svmc77.png
get_users_browsing_site in theme functions creates an anchor tag; making it clickable
Please paste functions . php at http://wordpress.pastebin.com/
Select PHP syntax highlighting so we can easily read the code
YOUAREtehSCENE
Member
Posted 1 year ago #
the usernames aren't clickable @ the site it's just the 3 images above that, and the chatbox
I'm @ the other site, where it says suntax highlighting what do I put it on?
http://wordpress.pastebin.com/mhwcGWhs
there is an unclosed html link in here:
</a><a href="http://youarethescene.net/archives/48131">
<img src="http://i55.tinypic.com/fnfses.png" width="140" height="140" border="0" alt="Twitter"/>
which obviously will make anything following 'clickable'
a link to the problem site would have made helping even easier.
YOUAREtehSCENE
Member
Posted 1 year ago #
Yeah i rather not link it, it's private to begin with man, so I take it this is the final code that will work?
If we can't see the site, we can't really help.
so I take it this is the final code that will work?
have you tried to add the closing link tag </a> after the snippet that i posted?
the issue with private sites is - they often end up in private trouble shooting :-(