I'm having issues with the blog on my website. http://www.dragonfood.us/blog
Everything looks well on what I suppose is the "loop" page but on single post, The image, title, nor date posted appears.
Now the code for it in both pages is identical...
<div class="blogimage" style="overflow:hidden;">
"><img src="<?= get_featured_image(); ?>" alt="<?php the_title(); ?>" />
</div>
<div class="blogheader">
"><div class="blogtitle"><?php the_title(); ?></div>
<div class="blogdate"><?php the_date();?></span> | <?php the_author();?></div>
</div>
Since I'm just the designer and not a coder, the person who coded the site has been sorta MIA so I'm not really sure who to ask, I understand basic code but I hope some of you might be able to help me with this issue.
Thank you for reading!