Is there a way to edit the featured adoptable component so that it only displays a clickable image?
Like:
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:
PHP Code:
$content = "<p><a href='levelup.php?id=".$id."'><img src='".$imageurl."' id='me' alt='Featured Adoptable' border='0'></a></p>";