I\'m creating a custom Wordpress Theme and I can\'t seem to get the single.php template to work. Below is the code I have written. The title comes up but the content doesn\'t. A
I just simply put the_post() above the_content() and it worked
the_post()
the_content()