misaligned sidebar in comment page |
misaligned sidebar in comment page |
May 3 2006, 08:28 PM
Post
#1
|
|
|
Mais je ne l'aime pas ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 971 Joined: Mar 2005 Member No: 108,135 |
I'm including my sidebar in my WP comment pages by simply putting <?php include('sidebar.php'); ?> in both the "wp-comments-post.php" and "wp-commentsrss2.php" files.
But in the comment pages, it looks misaligned. Go here to check it out Is there another place where I need to include the sidebar file again? |
|
|
|
![]() |
May 3 2006, 08:56 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Why don'tyou just put <?php include('sidebar.php'); ?>
in your header? so that you don't have to put it in both templates? Thats much easier or put it in your footer adn link the footer in each page.. |
|
|
|
towntown2 misaligned sidebar in comment page May 3 2006, 08:28 PM
towntown2 wp-commentsrss2.php code: CODE<?php
if ... May 3 2006, 08:54 PM
insomniac ...why are you using the default template?
use t... May 3 2006, 09:16 PM
towntown2 ok, well i'm not going to use the classic one ... May 4 2006, 08:48 AM
toyo loco Well I think she meant you should change templates... May 5 2006, 12:14 AM
towntown2 I fixed it!
Thanks everyone. :) May 5 2006, 08:58 AM![]() ![]() |