getting parse error – 1st time theme
-
Help I am getting a Parse error on this code. what am I doing wrong?
ERROR is BOLD<body>
<div id=”header”>
<h1>“><?php bloginfo(‘name’);?></h1>
<?php bloginfo(‘description’);?></div>
<div id=”container”>
<?php if(have_posts()):?><?php while(have_posts()):the_post();?>
<?php the_title(); ?> after the_post(); ?> and before <?php endwhile; ?>
<?php endwhile;?> ERROR ON THIS LINE
<?php endif;?></div>
</body>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘getting parse error – 1st time theme’ is closed to new replies.