mattsop
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [We’re Open!] Days are offI’m having a similar issues with the days being off. Do you know when you’ll be releasing the update?
Just wanted to chime in and say thanks @fifthelement Was having this problem and found this post and it fixed it!
Forum: Fixing WordPress
In reply to: Static pages same positionN/m, I fixed it. In case anyone else if having the same problem, here is the code for the page template:
<?php get_header();?> <div id="contentwrap"><div id="content2"> <div id="contentpost"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post_single" id="post-<?php the_ID(); ?>"> <div class="postdate_single"><?php the_time('m.d.Y') ?> </div> <div class="posttitle_single"><?php the_title(); ?> </div> <div> <?php edit_post_link(); ?> </div> <div align="center" class="entrywhole"> <div align="left" class="entry"> <?php the_content('Read more »'); ?> </div> </div> </div> <div style="clear:both;"> </div> <?php endwhile; ?> <?php endif; ?> </div> <div id="navigationwrap"> </div> </div> <?php get_sidebar();?> </div> </div> <?php get_footer();?>just needed to add the contentwrap at the top and close it out.
Forum: Fixing WordPress
In reply to: Static pages same positionOops, threattocreativity. My site is mattsop.com. I think I read that someone else was having this problem, but can’t find where I read it at.
Viewing 4 replies - 1 through 4 (of 4 total)