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 5 2006, 12:14 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Well I think she meant you should change templates and it would fix your problem
Anyways did you try getting rid of the <?php include('sidebar.php'); ?> include and putting it into your header so that whenever your header is included the sidebar is included. |
|
|
|
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
toyo loco Why don'tyou just put <?php include('si... May 3 2006, 08:56 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
towntown2 I fixed it!
Thanks everyone. :) May 5 2006, 08:58 AM![]() ![]() |