This will work:
remove the second get_option, and leave the link only.
… but I suggest a gallery plugin if you want to show pictures.
regards,
negatif
Add is_home in the if clause.
if(is_category() || is_archive() || is_home())
That should do it.
regards,
negatif
Please post the link to the site.
But my guess is:
a) either you have no categories
b) the categories are empty.(no posts in them. the widget does not show empty categories)
regards,
negatif
Thank you very much. I found what I was looking for.