-
AuthorPosts
-
July 4, 2023 at 7:51 pm #13074Said FertatParticipantJuly 5, 2023 at 12:06 am #13079Aakash ChakravarthyKeymaster
Hi Said,
We can achieve a similar output using the shortcode below.
[srr_feed urls="http://www.theverge.com/android/rss/index.xml" tab_titles="Android" color_style="card" show_author=1 show_date=1 display_type=grid template="%%thumbnail%% %%title%% %%description%% %%metadata%%" grid_columns=3 show_author=0 thumbnail_position=cover thumbnail_size="128px"]
Please note that with this shortcode, the feed item layout is organized as per the screenshot. To exactly imitate that, we need to use the CSS below.
Please feel free to modify this CSS as per your requirement.
.srr-style-card .srr-thumb.srr-thumb-cover { float: none; width: 100% !important; border-radius: 10px 10px 0 0; position: absolute; left: 0; right: 0; top: 0; } .srr-style-card .srr-item-in { position: relative; padding-top: 150px !important; }
Thanks,
AakashNovember 26, 2024 at 4:05 am #15334Said FertatParticipantHi Guys,
Could you give me the shortcode for showing 6 and 8 articles.
Please use this RSS feed: https://www.eyefootball.com/rss_news_main.xml
and one for: https://www.football-news-views.co.uk/football-news-viewsrss.xml
Please deliver me the wordpress shortcode
November 30, 2024 at 1:02 am #15352Aakash ChakravarthyKeymasterHi Said,
Sorry for the late reply. Please find the updated shortcode using your existing shortcode you have shared.
[srr_feed urls="https://www.eyefootball.com/rss_news_main.xml,https://www.football-news-views.co.uk/football-news-viewsrss.xml" color_style="card" show_author=1 show_date=1 display_type=grid template="%%thumbnail%% %%title%% %%description%% %%metadata%%" grid_columns=3 show_author=0 thumbnail_position=cover thumbnail_size="128px"]
Thanks,
AakashDecember 1, 2024 at 4:31 am #15355Said FertatParticipantHi, it only shows 5, how come?
check the link: https://footnex.com/
December 1, 2024 at 4:50 pm #15357Aakash ChakravarthyKeymasterHi Said,
We can use the
count
parameter to set the number of items.Please use the shortcode below.
[srr_feed urls="https://www.eyefootball.com/rss_news_main.xml,https://www.football-news-views.co.uk/football-news-viewsrss.xml" color_style="card" show_author=1 show_date=1 display_type=grid template="%%thumbnail%% %%title%% %%description%% %%metadata%%" grid_columns=3 show_author=0 thumbnail_position=cover thumbnail_size="128px" count="6"]
Note that I have used
count="6"
you can change the count as needed.Thanks,
Aakash -
AuthorPosts
- You must be logged in to reply to this topic.