Forums
(@damonledet)
14 years, 6 months ago
edit your template file and change the href link to <?php echo get_permalink($gallery->pageid); ?> so it would look like <a class="Link" href="<?php echo get_permalink($gallery->pageid); ?>">
<?php echo get_permalink($gallery->pageid); ?>
<a class="Link" href="<?php echo get_permalink($gallery->pageid); ?>">
–Damon
15 years, 8 months ago
I ran into this same issue. I came up with a solution. You can see it at my author page. Click here for the code for my wordpress author page.