I'm going to start using this theme, but I was wondering how I can get the static pages (ie. about us) to stay in the same position as the blogs. Is this an easy fix?
thanks,
Matt
I'm going to start using this theme, but I was wondering how I can get the static pages (ie. about us) to stay in the same position as the blogs. Is this an easy fix?
thanks,
Matt
What theme are you referring to? Site URL?
Oops, 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.
N/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.
Matt,
Thanks for sussing out this error. I guess I need to QA my projects better in the future, haha. I'll make sure this fix is rolled up into another version.
Thanks!
Max! Awesome stuff!
I have edited the sidebar to try and change the "WordPress" link to "WP". No matter how many changes I make and FTP the sidebar.php code to my blog site, NO CHANGES will take effect.
I can change the CSS file, FTP it, and the changes are immediate, but when I edit the header.php, sidebar.php, footer.php files the changes will not take effect.
I am missing something completly and it driving me crazy.
http://www.edparton.com/blog
This topic has been closed to new replies.