Make images link to next page?
-
I was trying to figure out how to take the functionality of the “Next” button and apply it to the comic images on each single page. The reason is being asked by someone saying it makes browsing mobile much easier.
I’ve narrowed it down to somehow putting in correct dynamic link code on single-comic.php from something in template-functions.php
Again, I’m just trying to have the comic pages clickable to the next page, mainly for mobile users.
Somewhere in this code needs changed I presume?
<?php mangapress_comic_navigation(); ?> <div class="mangapress-media-img"> <?php echo wp_get_attachment_image( get_post_thumbnail_id(), $thumbnail_size, false );?> </div> <?php mangapress_comic_navigation(); ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Make images link to next page?’ is closed to new replies.