Tequila
02-20-2009, 10:08 AM
Is there a way to edit the featured adoptable component so that it only displays a clickable image?
Like:
http://i634.photobucket.com/albums/uu61/familiarelementspets/tanager/bird0_1.png (http://site.url)
The layout I am working on for the new release of my site has a little featured adoptable block in the header above the rest of the content.
You can see what I mean at the main site: http://familiarelements.info
Edit
Figured it out. Had to change variables in the functions.php file. If anyone is interested this is what I changed it to:
$content = "<p><a href='levelup.php?id=".$id."'><img src='".$imageurl."' id='me' alt='Featured Adoptable' border='0'></a></p>";
Like:
http://i634.photobucket.com/albums/uu61/familiarelementspets/tanager/bird0_1.png (http://site.url)
The layout I am working on for the new release of my site has a little featured adoptable block in the header above the rest of the content.
You can see what I mean at the main site: http://familiarelements.info
Edit
Figured it out. Had to change variables in the functions.php file. If anyone is interested this is what I changed it to:
$content = "<p><a href='levelup.php?id=".$id."'><img src='".$imageurl."' id='me' alt='Featured Adoptable' border='0'></a></p>";