Title: Image navigation
Last modified: August 21, 2016

---

# Image navigation

 *  Resolved [hugotiles](https://wordpress.org/support/users/hugotiles/)
 * (@hugotiles)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-navigation/)
 * Hi James,
 * Is there anyway to link the cover page image to the project gallery image set.
   So that it would be possible to go through all images within the same “image 
   navigation menu”?. Thanks
 * [https://wordpress.org/plugins/projects-by-woothemes/](https://wordpress.org/plugins/projects-by-woothemes/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-navigation/#post-4868841)
 * You want the featured image to open a gallery? That’s not really possible without
   some customization. You’ll need to install a lightbox plugin and potentially 
   tweak the gallery markup. Not really something I can do for you via the support
   forum I’m afraid.
 *  Thread Starter [hugotiles](https://wordpress.org/support/users/hugotiles/)
 * (@hugotiles)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-navigation/#post-4868848)
 * Hey James
 * Thank you so much for your patience and your help. I think that I struck lucky!
   Looking through the files, I nailed the nesting if statement for the featured
   and gallery images inside project-feature.php. I simply erased the lines pertaining
   to the featured image:
 * <?php
    /** * Single Project Image * * [@author](https://wordpress.org/support/users/author/)
   WooThemes * [@package](https://wordpress.org/support/users/package/) Projects/
   Templates * [@version](https://wordpress.org/support/users/version/) 1.0.0 */
 * if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly
 * global $post;
 * ?>
    <div class=”single-featured”>
 *  <?php
    if ( has_post_thumbnail() ) {
 *  if ( $attachment_count > 0 ) {
    $gallery = ‘[project-gallery]’; } else { $gallery
   = ”; }
 *  if ( apply_filters( ‘projects_gallery_link_images’, true ) ) {
    echo ‘[‘ . $image . ‘](https://wordpress.org/support/topic/image-navigation/&apos; . $image_link . &apos;?output_format=md)‘;}
   else { echo $image; }
 *  }
 *  ?>
 * </div>
 * I then added the covered page image to the project gallery and also put the modified
   project-featured.php inside “projects->single-project” directory of my child 
   theme. And unless Canvas has something to do with my lightbox like display, I
   just didn’t need to install any other plugin. Slowly but surely, it starting 
   to look alike my Canvas portfolios. Thanks a lot!
 *  Plugin Author [James Koster](https://wordpress.org/support/users/jameskoster/)
 * (@jameskoster)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/image-navigation/#post-4868850)
 * Glad you sorted it yourself 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image navigation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/projects-by-woothemes_d2e5ef.svg)
 * [Projects by WooThemes](https://wordpress.org/plugins/projects-by-woothemes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/projects-by-woothemes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/projects-by-woothemes/)
 * [Active Topics](https://wordpress.org/support/plugin/projects-by-woothemes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/projects-by-woothemes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/projects-by-woothemes/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [James Koster](https://wordpress.org/support/users/jameskoster/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/image-navigation/#post-4868850)
 * Status: resolved