Forums
(@designsbyvishal)
18 years, 3 months ago
the easiest way that i can think of would be to use css
set a unique class for the divs where you don’t want the images to appera (e.g. noimg);
then in css:
.noimg img { display:none; }
Look @ this:
http://codex.wordpress.org/Template_Tags/wp_dropdown_categories