• I’ve searched the forums but can’t find an answer to this. Thanks in advance for any assistance. I used the &feed_image=imagepath parameter in the wp_list_categories () call and it works fine. But this appends the feed/image to every category, including subcategories. Is there another parameter for displaying a full list of all parent/children categories but having the feed/image ONLY display on parent categories and NOT children? Or if not another parameter — can someone explain how to do this? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bullrat

    (@bullrat)

    I’ll reply to myself 🙂 maybe it will help another wordpress noob. I just made it display none in CSS. I suppose that’s kosher and not a problem.

    #categories .children li img {
    display: none;
    }
    Thread Starter bullrat

    (@bullrat)

    Edit: The CSS I posted above does prevent the image from displaying — but the img tag still appears in the html markup. I’d like to get rid of any RSS reference on subcategories if possible. Also, I’d like to move the rss icon to the left — before the category link but WordPress is overiding any attempt to float: left and forces the RSS image to appear behind the category link. Any input appreciated. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘RSS feed/image on Category only’ is closed to new replies.