joenewbreed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: List Children of ONE ParentActually, a better way is:
‘<?php echo wp_list_categories(‘child_of=XXX’); ?>’
where XXX is the catID of the parent you need the children of-OR-
‘<?php echo wp_list_categories(‘exclude=XXX’); ?>’
where XXX is equal to the OTHER parent categories. This will output a list of the parent AND the children.Forum: Themes and Templates
In reply to: List Children of ONE ParentNevermind… It seems every time I post a question on here, I answer it myself:
<?php echo wp_list_cats(‘child_of=’.$cat);?>
Forum: Fixing WordPress
In reply to: Category Feeds?nevermind im retarded… figured it out. just add ‘/feed/’ to the end of the URL
Forum: Your WordPress
In reply to: Custom Blog Layoutproblem solved. now, thanks to a little javascript, you can choose from three color schemes. the default is still hover, because i like it, but you can now change to full color and grayscale. whatcha think now?
Forum: Your WordPress
In reply to: Custom Blog Layoutyou’re not alone in that thought. im considering changing the hover technique to only affect the vertical edge bars. that way it’s all still visible when you’re not hovering, but still gives a nice little effect. thanks for the input!