how to use this code in shortcode?
-
<!– option tree list item –>
<?php $variable = get_post_meta($post->ID, ‘project_image_list’, true); ?>
<?php
if ( !empty( $variable ) ) {
echo ‘- ‘;
- <img src=”‘.$any_name[‘project_single_image’].'” alt=””>
foreach( $variable as $any_name ) {
echo ‘‘;
}
echo ‘‘;
}
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘how to use this code in shortcode?’ is closed to new replies.