caramelcouture
Member
Posted 2 years ago #
I'm having issues with wordpress on my site (http://caramelcouture.net/wordpress)... there is a weird line next tot he sidebar and I can't figure out what it's from.
I'm also having issues with the categories and archives, they don't seem like they want to cooperate with me. Any help would be so appreciated. Thank you!
It's part of a horizontal rule (<hr>) that lies between your sidebar and your footer. Try editing both sidebar.php and footer.php and removing any references to <hr>.
I'm also having issues with the categories and archives
It might help if you described the problems(s).
caramelcouture
Member
Posted 2 years ago #
It might help if you described the problems(s).
True. I'm having issues with the pages... like when you click the catsegories link in the sidebar, the whole page gets all messed up... I've tried to edit the archives.php page and the archive.php page but nothing is working.
caramelcouture
Member
Posted 2 years ago #
It's part of a horizontal rule (<hr>) that lies between your sidebar and your footer. Try editing both sidebar.php and footer.php and removing any references to <hr>.
That worked! Thank you so much!
Any idea what's wrong with the category and archives pages?
The sidebar is inside the post content area on your category and archive pages. You'd need to edit archive.php and move <?php get_sidebar();?> so that it's after the closing </div> for the content.
caramelcouture
Member
Posted 2 years ago #
The get_sidebar code is after the closing div already...
You also have two .content divs in your archive.php template.