Quantcast
Channel: zenphoto forums Tag: link
Viewing all articles
Browse latest Browse all 30

VioletStarr on "Make entire album div a link?"

$
0
0

I'm working in the theme Zenpage. I'd like to make the entire album area clickable, not just the thumbnail and the title, but the entire shaded div. I'm hung up on this. At first I thought that maybe I could just adjust the CSS somehow, but that doesn't seem to want to work.

I did a search for <?php echo html_encode(getAlbumLinkURL()); ?>" and didn't have any luck, but I feel like this is what I should be using somewhere below to adjust things.

Here's the section of code that I know I need to adjust somehow:

<?php while (next_album()): ?>

<div class="album">

<div class="thumb">
" title="<?php echo gettext('View album:'); ?> <?php printBareAlbumTitle(); ?>"><?php printCustomAlbumThumbImage(getBareAlbumTitle(), NULL, 95, 95, 95, 95); ?>
</div>
<div class="albumdesc">
<h3>" title="<?php echo gettext('View album:'); ?> <?php printBareAlbumTitle(); ?>"><?php printAlbumTitle(); ?></h3>
<?php printAlbumDate(""); ?>

</div>
</div>
<?php endwhile; ?>

Any thoughts?


Viewing all articles
Browse latest Browse all 30

Trending Articles