• Hello, I am using a theme which has portfolio option. Every single portfolio page i can add an image gallery. But this plugin link doesn’t go the image gallery image link

    I think code needs modify. This is the theme code. Can you tell me where i need modify?

    <div class="media de">
    <a href="<?php echo esc_url( $src ); ?>">										<img src="<?php echo esc_url( $src ); ?>" alt="<?php echo esc_attr( $caption ); ?>">
    </a>
    </div>
    • This topic was modified 5 years, 4 months ago by shovonboshak.
    • This topic was modified 5 years, 4 months ago by shovonboshak.
    • This topic was modified 5 years, 4 months ago by shovonboshak.
  • The topic ‘Image link issue’ is closed to new replies.