• mster5

    (@mster5)


    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:

    https://www.joneichlerlaw.com/services.php

Viewing 1 replies (of 1 total)
  • MichaelH

    (@michaelh)

    Looks okay to me. You must have fixed the line with ‘the_title’.

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.