Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Fox
    Participant

    It would be nice to only show the thumbnail for the first item, currently I have to use this code, including extra css.

    [srr_feed urls=”https://feeds.bbci.co.uk/news/world/rss.xml, https://aljazeera.com/xml/rss/all.xml” count=”1″  display_type=grid grid_columns=1 merge_feeds=1 show_date=1  show_thumb=”1″ show_source=”next_date” thumbnail_position=align_right thumbnail_size=124px display_type=grid thumbnail_default=”https://newsfadr.com/wp-content/uploads/2024/06/map-of-the-world-1405047_1280-e1717319712182.png” thumbnail_position=cover  thumbnail_force=always show_source=”next_date” order_by=date color_style=default strip_desc=120  template=”%%thumbnail%% %%title%% %%description%% %%metadata%%” read_more=””]

    [srr_feed urls=”https://feeds.bbci.co.uk/news/world/rss.xml, https://aljazeera.com/xml/rss/all.xml” count=”5″  offset=”1″ grid_columns=”1″ display_type=grid merge_feeds=”1″ show_date=1 show_source=”next_date” order_by=date show_thumb=”0″  color_style=default strip_desc=80 template=” %%title%% %%description%% %%metadata%%” read_more=””]

    Aakash
    Keymaster

    Hi, Can you please use the CSS below and see if it helps?

    .srr-wrap .srr-thumb {
        display: none;
    }
    .srr-wrap > div > .srr-item:first-child .srr-thumb {
        display: block;
    }
    Fox
    Participant

    Yes, this works nicely.

    Thank you, Aakash.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms