
<?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 the_post_thumbnail(‘large’); ?> </div> <?php endif; ?> <div style=”line-height:1.8;”> <?php the_content(); ?> </div><?php endwhile; endif; ?></div><?php get_footer(); ?>
thttps://paragonz.com.ng/testing/
Leave a Reply