?> <li><a href="<?php echo new_get_first_lesson_permalink($related_songs[$i]); ?> " title="<?php echo $related_songs[$i]->post_title; ?> "> <?php echo $related_songs[$i]->post_title; ?> </a> <a href="<?php echo new_get_first_lesson_permalink($related_songs[$i]); ?> " title="<?php echo $related_songs[$i]->post_title; ?> "> <img width="150" height="150" src="<?php echo new_get_featured_image_link($related_songs[$i]); ?> " class="attachment-thumbnail wp-post-image" alt="AC:DC_jailbreak_140_95"></a> </li> <?php
?> <h3><?php echo $current_band->post_title; ?> </h3> <div> <?php $songs = new_get_children_songs($current_band); ?> <ul> <?php foreach ($songs as $current_song) { ?> <li> <a href="<?php echo new_get_first_lesson_permalink($current_song); ?> "><?php echo $current_song->post_title; ?> </a> </li> </ul> <?php } ?> </div> <?php } ?> </div>
Details </div> <!-- .et_pb_text --> </div> <!-- .et_pb_column --> </div> <!-- .et_pb_row --><div class="et_pb_row"> <div class="et_pb_column et_pb_column_3_4"> <?php foreach ($songs as $song) { ?> <div class="et_pb_column et_pb_column_1_4"> <div class="et_pb_text et_pb_bg_layout_light et_pb_text_align_left song-lessons-list"> <div class="item-song-header"><a title="<?php echo $song->post_title; ?> " href="<?php echo new_get_first_lesson_permalink($song); ?> "><img class="alignnone wp-image-1588" src="<?php echo new_get_featured_image_link($song); ?> " alt="220px-ACDC_Back_in_Black_Single_Cover" width="105" height="105"></a></div> <div class="item-song-title"> <h3><?php echo $song->post_title; ?> </h3> <h3></h3> </div> <div class="part-songs-list"> <ul class="lcp_catlist" id="lcp_instance_0"> <?php