WPIntell

Source evidence

Title Widget design

RSS Feed Widget · support · 2019-09-05T13:30:00+00:00

questionsentiment
mediumseverity
0.78relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 32 rows with source links

9.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
panteror resolved
Hi, Is there a way to display the title of the feed set in the options like the title of the others widgets See screen https://i.ibb.co/C1TP0Kh/rssfeedwidget.png I would like to display the title “Actualités Steam” in the same design of the twitch widget for a better look. Thanks for your help. This topic was modified 6 years, 8 months ago by panteror . This topic was modified 6 years, 8 months ago by panteror . The page I need help with: [ log in to see the link] Maybe in your theme, widgets are display with some different HTML element as a wrapper. It’s a little customization required, are you comfortable in changing in files? yes i can edit files if you tell me what to change, no problem. I use this theme : https://wordpress.org/themes/newslite/ The test website is here : http://dowfrancif.cluster020.hosting.ovh.net/ Thank you. Check this screenshot https://prnt.sc/p2bb3q Open my plugin/widget and find in functions.php For example: Line no. 166 & Line no. 176 You need to change aside to section and h3 to h2. That’s it. Alternatively, you can write some CSS style for aside and h3 as well. ok thanks i will try.

Comments

4 shown
Fahad Mahmood 2019-09-05T16:55:00+00:00

Maybe in your theme, widgets are display with some different HTML element as a wrapper. It’s a little customization required, are you comfortable in changing in files?

panteror 2019-09-05T17:23:00+00:00

yes i can edit files if you tell me what to change, no problem. I use this theme : https://wordpress.org/themes/newslite/ The test website is here : http://dowfrancif.cluster020.hosting.ovh.net/ Thank you.

Fahad Mahmood 2019-09-05T17:42:00+00:00

Check this screenshot https://prnt.sc/p2bb3q Open my plugin/widget and find in functions.php For example: Line no. 166 & Line no. 176 You need to change aside to section and h3 to h2. That’s it. Alternatively, you can write some CSS style for aside and h3 as well.

panteror 2019-09-06T08:31:00+00:00

ok thanks i will try.