I have tried adding the following code to my page.php:
<?php the_author(); ?> | <?php the_date('l, F jS, Y'); ?><br /><br />
However, this still isn't showing. I'm using the free theme Grid Responsive which I imagine is interfering but I can't figure out how. It may be the AddThis plugin since that flows right below the title (but I can't seem to find the code in any of the php files). Here is an example page where it is not showing.
I got it to show on this static page but can't get it to show on the blog posts. I know it must be something simple I'm missing. However, I have looked through all the other files and can't seem to find anywhere else where the title and content is listed.
Any help is GREATLY appreciated!