Check if the post has at least a image source
-
Hello! I use the code below to show the list of images sources at the end of the post. My problem is the div appear even if there is no image source in the post. What can I do?
<?php if( function_exists('isc_list') ) {?> <div id="sources_css"> <input type="checkbox" id="title1" /> <label for="title1"><b>Surse imagini</b></label> <div class="content"> <p><?php isc_list(); ?> </p> </div> </div> <?php }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Check if the post has at least a image source’ is closed to new replies.