Blog not showing title
-
I have a site running wordpress (https://dev.intensitynutrition.com). I have a static home page (which is a page) and a /blog page where I want my blog postings to show up. For some reason, I cannot get the title of the postings to show. I have tried creating a blog.php template, but it doesn’t work so I scratched that. Here is my main template code:
<div style="margin-left: auto; margin-right: auto;"></div><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content(); endwhile; else:; endif;?>
Anyone have any help as to what I am missing in order to get my postings title and link and suchs on dev.intensitynutrition.com/blog?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Blog not showing title’ is closed to new replies.