How do i make my catagories and comments go below my post instead of above?

Status
Not open for further replies.


Code:
<div class="info">
<div class="cat">Posted in category <a href="http://dormsofchicks.com/category/breasts/" title="View all posts in Breasts" rel="category tag">Breasts</a>,  <a href="http://dormsofchicks.com/category/legs/" title="View all posts in Legs" rel="category tag">Legs</a>,  <a href="http://dormsofchicks.com/category/pictures/" title="View all posts in Pictures" rel="category tag">Pictures</a></div>
<div class="comments"><a href="http://dormsofchicks.com/2008/12/08/college-girls-on-the-beach/#respond" title="Comment on College Girls on the beach">No Comments</a></div>
<div class="clear"></div>
</div>

find the above with it's appropriate php functions in your index.php and move it below the post. For example, copy and paste it right above this:

Code:
<div class="tags">Tags: <a href="http://dormsofchicks.com/tag/breasts/" rel="tag">Breasts</a>, <a href="http://dormsofchicks.com/tag/sexy-legs/" rel="tag">sexy legs</a></div>

it won't look identical to the above because of the php functions that grab the info but that should be enough to figure it out.
 
glad you were able to figure out what to do from my above post... don't have much of an opinion for site recommendations... keep getting distracted. :D
 
Status
Not open for further replies.