achaplin
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Themes and Templates
In reply to: Drop Down Behind ShareThis ButtonsHi Brett, I think this might be local, but here it is:
http://blog2.seagulllighting.com:8088Forum: Fixing WordPress
In reply to: Author's List Order by last nameThank you so much, this is exactly what I needed!
Forum: Fixing WordPress
In reply to: wp_list_categories HelpThank You very much!
Forum: Fixing WordPress
In reply to: Help with the loop & CSS alignment issuesThank You for pointing me in the right direction. After some trial and error I was able to fix the alignment. Unfortunately I’ve created some other issues. Thanks again!
Forum: Fixing WordPress
In reply to: Help with the loop & CSS alignment issuesThanks, now I understand. Any suggestions as to where the the <div> should start? This doesn’t seem to work:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="posticonbox" id="posticonbox"> <?php if (function_exists('get_cat_icon')) get_cat_icon('fit_width=50&fit_height=50&small=true&class=reflect'); ?> </div>Forum: Fixing WordPress
In reply to: Help with the loop & CSS alignment issuesI reviewed line 18 as you suggested. This </div> closes the <div> that begins on line 11.
Forum: Fixing WordPress
In reply to: Help with the loop & CSS alignment issues
Viewing 7 replies - 1 through 7 (of 7 total)