Just testing
<?php get_header(); ?><div class=”song-list” style=”padding:20px;”><?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1 style=”margin-bottom:15px;”><?php the_title(); ?></h1> <?php if (has_post_thumbnail()) : ?> <div style=”margin-bottom:15px;”> <?php […]