Remove the_content From Loop

I don’t see anything that would cause the_content() to display in your code. Chances are, the template file you are editing is NOT the one being used on the page/archive you are checking.

Add this to the top of your template files…

<!-- Template: <?php echo __file__;  ?> -->

Now, in your web browser view source and locate “Template:” – which will tell you which template file(s) are being loaded for the current page. From there, you will be able to figure out which template file you should be working on. It might be the wrong file, or it might be the right file in the wrong theme.