[Plugin: Now Reading Reloaded] Sidebar, once again!
-
Hey folks,
I am fiddling with this plugin on my website (https://www.aerismorpheme.com) and I am having the “sidebar below content” problem that a couple people have cited so far. I have seen the recommendations of matching the div tags on the library.php and single.php files, to no avail.
The part about the div tags not jiving with the theme makes sense. I’ve been looking at the page.php and library.php files for a long time now, not knowing what to change in the code. Can someone pretty please point out what needs to change? Because god knows I’ve butchered my website before by experimenting with something I have no idea about.Here’s the library.php code:
<div class="content"> <div id="content"> <div id="left" class="entry now-reading primary narrowcolumn"> <div class="post">
and here’s the page.php code:
<div id="post-<?php the_ID(); ?>" class="<?php thematic_post_class() ?>"> <?php thematic_postheader(); ?> <div class="entry-content">
Hmmm…what should I do? (Do I need to pull up more code to show?) Thanks so much everyone…
- The topic ‘[Plugin: Now Reading Reloaded] Sidebar, once again!’ is closed to new replies.