Help. This is probably an easy fix for someone who knows PHP.
-
I’m sure this is a pretty easy php fix, but unfortunately I am new to php and am dumbfounded since this code snippet was working earlier.
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
# ” rel=”bookmark”><?php the_title(); ?>
<?php the_date(); echo “
“; ?>
<?php endwhile; else: ?>
<?php endif; ?>Currently it is calling the right page, but pasting it twice in the browser. Does anyone have any suggestions for a fix?
You can find the example here under the Recent News Section:
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Help. This is probably an easy fix for someone who knows PHP.’ is closed to new replies.