Post pages are empty
-
My website runs great. But when I click on individual post pages like: https://moneydick.com/wordpress/archives/161
it only has the title minus the content.
I disabled all plugins… still doesn’t work.
My normal pages work fine. Here’s an example: https://moneydick.com/wordpress/images/
My post.php page in my theme template reads as below:
Thanks for any help you can offer!<p class=”post-date”><?php the_time(‘D j M Y’); ?>
<div class=”post-info”><h2 class=”post-title”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(”); ?></h2>
Posted by <?php the_author(); ?> under <?php the_category(‘ , ‘); ?><?php edit_post_link(‘(edit this)’); ?><br/><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘[%] Comments’); ?> </div>
<div class=”post-content”>
<?php the_content(); ?><div class=”post-info”>
<?php wp_link_pages(); ?>
</div>
<div class=”post-footer”> </div>
</div>
- The topic ‘Post pages are empty’ is closed to new replies.