acmc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a class to comments_popup_link()make a div in the style.css with a background image and enclose <?php comments_popup_link…?> within the div…
does that make sense?
ex:
<div id=”comments”>
<?php comments_popup_link…?>
</div>Forum: Fixing WordPress
In reply to: two query posts on same pagenever mind – i think i found the answer – although I don’t know the why – moved the divs aroun (order on the page) put the second before the first and presto – it works… If someone could enlighten me to why that would be neato;-)
Forum: Fixing WordPress
In reply to: More tag ignored on home pageheriz – THANK YOU!!! Trying to solve this problem – and your post did it – greatly appreciated;-) I placed under the entry in the loop on the template page – worked like a charm!
Forum: Fixing WordPress
In reply to: dynamic sidebar problemserrr… disregard – I found the ‘simple’ solution;-) in case anyone else out there is new to this business and has this problem, all i did was load the sidebar before loading the dynamic template page conditional statement.
Forum: Fixing WordPress
In reply to: Display Specific Post based on categoryVaughan
You are a life-saver! thank you. will continue to play and see if i can get this thing to behave;-)
**Ann