Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nat3

    (@roboticsguy)

    I thought I’d mention that I tried commenting out the below code:

    // Link - additional code courtesy of Martin Downer
    if( get_post_meta($page_found->ID, $link, true) ){
    	// We have an external/manual link
    	$output .= "\n\t" . '<a href="'. get_post_meta($page_found->ID, $link, true) .'" title="Read More" class="open"></a>';
    
    } else {
    	$output .= "\n\t" . '<a href="'. get_permalink($page_found->ID) .'" title="Read More" class="open"></a>';
    }

    But then the DCG is just black on the page.

    Plugin Author studiograsshopper

    (@studiograsshopper)

    No, you can’t do this. The DCG is designed specifically to link to Pages/Posts. It is not a slideshow plugin and something like NextGen Gallery will be a much better solution for slideshows.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Dynamic Content Gallery] Can I display pictures without linking to pages?’ is closed to new replies.