Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter levandesigns

    (@levandesigns)

    The other site it’s actually, the 2nd in a group of 3 that they currently have(I’d link but an unfinished client site not sure if they’d like that)

    <?php get_header(); ?>
    
      <?php if(have_posts()) : while(have_posts()) : the_post(); ?>
    
        <div class="post-item">
          <h4> <a href="<?php the_permalink() ?>"> <?php the_title(); ?> </a></h4><br />
          <p class="meta"><a href="<?php the_permalink() ?>">posted by <?php the_author();?> on <?php the_date(); ?></a></p>
          <?php the_excerpt('',TRUE,''); ?>
    
        </div> <!-- end post-item-->
    <?php endwhile; ?>
    <div id="morePrev">
    <span class='older alignleft'><?php next_posts_link('Older posts'); ?></span>
    <span class='newer alignright'><?php previous_posts_link('Newer posts'); ?></span>
                    </div>
    			<?php else : ?>
    			<?php endif; ?>
    
    </section><!-- end content -->
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    and here in the actual post the date displays.

    This site is using HTML5 markup, incase that would be a question, however the other site does not.

    I’ll run through the plugins installed(tried the one I knew to be common to no avail, but will go through the others, then try the default theme to see what happens.

    This is just some general weirdness… thanks for the quick replies though, much appreciated

    Thread Starter levandesigns

    (@levandesigns)

    Mind you a work in progress, the posts here are quick copies over from the previous blog, much of the content was lost in the process, however I did go through and check that the dates were set according to their original posts:
    https://michaelaustinproductions.com/blog/

    The Fresh Free Icons post a few down is the one in question on this site. Being that this is a static issue(on each blog it is the same post every time that this happens to) I did check to make sure the date was set through the wp-admin, and it will list the date from admin panel.

Viewing 2 replies - 1 through 2 (of 2 total)