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...
<br />
<div class="blogimage" style="overflow:hidden;"><br />
<a>"><img src="<?= get_featured_image(); ?>" alt="<?php the_title(); ?>" /></a><br />
</div><br />
<div class="blogheader"><br />
<a>"><div class="blogtitle"><?php the_title(); ?></div></a><br />
<div class="blogdate"><?php the_date();?></span> | <a><?php the_author();?></div><br />
</div><br />
</a>
I'm not a coder and my "consultant" 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!