This is driving me nuts and i bet it's a really easy fix, but i haven't been able to work it out yet.
this is my site... http://www.allthebestvids.com
apart from being basic, and noy actually showing the vids yet, its all good. the basic structure is fine. which means the index.php is all good. but if you click a vid and thus use the single.php there seems to be a problem.
like this http://allthebestvids.com/sexy/natalie-oxley-fhm-sexy/
it calls the sidebar.php before it closes the main section. even though in the code it looks to be outside. it's really getting on my nerves and i'm hoping some hero can come in and save me from a weekend of torture!
<p> This entry was posted <?php /* This is commented, because it requires a little adjusting sometimes. You'll need to download this plugin, and follow the instructions: http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */ /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?> and is filed under <?php the_category(', ') ?>. You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?> You can <a href=\"#respond\">leave a response</a>, or <a href=\"<?php trackback_url(); ?>\" rel=\"trackback\">trackback</a> from your own site.
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?> Responses are currently closed, but you can <a href=\"<?php trackback_url(); ?> \" rel=\"trackback\">trackback</a> from your own site.
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Comments are open, Pings are not ?> You can skip to the end and leave a response. Pinging is currently not allowed.
<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) { // Neither Comments, nor Pings are open ?> Both comments and pings are currently closed.
<?php } edit_post_link('Edit this entry','','.'); ?> </p>
I suspect that the problem lies in comments.php. Looks like you have your closing div tags confused somewhere. Best thing to do is comment each closing div, then with firebug you will see which one needs moving.
This is driving me nuts and i bet it's a really easy fix, but i haven't been able to work it out yet.
this is my site... http://www.allthebestvids.com
apart from being basic, and noy actually showing the vids yet, its all good. the basic structure is fine. which means the index.php is all good. but if you click a vid and thus use the single.php there seems to be a problem.
like this http://allthebestvids.com/sexy/natalie-oxley-fhm-sexy/
it calls the sidebar.php before it closes the main section. even though in the code it looks to be outside. it's really getting on my nerves and i'm hoping some hero can come in and save me from a weekend of torture!
please help, many thanks.
Regardless, can you please post your single page php code... It will give us better insight to the problem.
anyway back to the problem... the single.php looks like this...
Nice one man! yeah the comments.php was calling the sidebar as well so i deleted it and it worked.
thank you very much apostrophe, i don't think i would have worked that out, so you have really helped me there! i really appreciate it.
thanks again man!
------- edit ---------
that's also a great idea to comment the divs so you can view it in firebug. Awesome tip!
I would be bald from stress and hair pulling if I didn't comment every closing div.
Hehe, I agree...
Also, I am glad this got resolved.