yeahjack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Latest headlinesthats great, thanks a lot!
Forum: Fixing WordPress
In reply to: Latest headlinesis there a way to enable this for all categories?
Forum: Themes and Templates
In reply to: My sidebar has moved since i posted a second post.thank you. thank you thank you thank you. that has sorted the problem! thank you so much (:
Forum: Themes and Templates
In reply to: My sidebar has moved since i posted a second post.i put the </div> where you suggested but it moved the footer and also the sidebar to the far left, however the footer (obviously) should be under the main content, and the sidebar just to the side. i will post my index.php below.
<?php /** * @package WordPress * @subpackage Classic_Theme */ get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="main1"> <table cellpadding="2" cellspacing="0" border="0"><tr><td><div class="date"><h2><?php the_time('d') ?></h2> <h3><?php the_time('M') ?></h3></div></td> <td><div class="title"><h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1></div></td></tr></table><div class="content"><?php _e("FILED UNDER:"); ?> <?php the_category(',') ?> , <?php the_author() ?> , <?php comments_popup_link(__('0'), __('1'), __('%')); ?> <?php edit_post_link(__('EDIT')); ?><br /> <?php the_content(__('(more...)')); ?><br /><br /> <?php comments_template(); // Get wp-comments.php template ?></div> <center><div style="margin-top:-3px;"><img src="/images/cont_bot.png" alt="" border="0" /></div></center> </div> <br /><br /> <?php wp_link_pages(); ?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <?php posts_nav_link(' — ', __('« Newer Posts'), __('Older Posts »')); ?> </div> <?php get_footer(); ?>Forum: Themes and Templates
In reply to: My sidebar has moved since i posted a second post.oh. i accidentally missed alchymyth’s post.
and i added an extra </div> in my index.php file and my sidebar has moved back.now to fixing every other page π
Forum: Themes and Templates
In reply to: My sidebar has moved since i posted a second post.thats what i thought originally, but i cant seem to find anywhere that is missing a </div> or anything. and with fixing my index i have screwed up ALL my other pages ):
Forum: Themes and Templates
In reply to: My sidebar has moved since i posted a second post.i dont have a “single.php” page? and my sidebar is right under my content, if you scroll to the bottom of the three wordpress posts on my index page you should see a sidebar, that is not on the side.
Forum: Themes and Templates
In reply to: My sidebar has moved since i posted a second post.ok. so now my site is xhtml validated according to that validating site, but my sidebar is still below the rest of my content. any ideas?
Forum: Themes and Templates
In reply to: Validation problems.hahaha (: i got rid of center, i used margin: 0 auto instead
and oh dear, as if i did. thats usually the first thing i check!
Forum: Themes and Templates
In reply to: My sidebar has moved since i posted a second post.ok. but i meant to have two id=”main” as they are the individual post boxes. i just tried to change the id to style=”body” and i changed the name of the #main bit in my css but it compltetely messed up what it should look like.
Forum: Themes and Templates
In reply to: Page themesnot sure if im allowed to, but bump.