Hi,
I have two blogs, both of them using Newspaper theme. Let’s say it’s A and B blog.
And what I want is displaying recent posts of B blog to A blog in sidebar, and the appearance of the B recent post feed similars with the element blog of the A blog.
How to achieve that?
Thanks in advance.
Hello,
Normally the theme does not have this option, but you can use the element from WordPress and after setting it with tagDiv Composer in the element called “Widget sidebar” => https://www.screencast.com/t/QeaiVD6OiL save it and check the results.
Thank you!
Hello thanks for your suggestion, I have followed it and added the Widget Sidebar and the feed from B blog shows, but when I tried to edit it look using Tagdiv live composer the widget didn’t show up, only the words “Widget Sidebar”.
-
This reply was modified 5 years by
Romi.
Hello Anamaria,
Anyway I have found the tricks to make the look (apperance) of the external URL feed widget identical with other official Tagdiv blocks in sidebar.
But the only problem is I am stucked at changing the border color of the widget title, since it’s the widget sidebar of WordPress (not Tagdiv) so I don’t find the option to change the border color.
To help you notice what I mean I provide the screenshot.

Thanks in advance !
Ngb
Hello,
You can change the color from widgets and set the border color => https://www.screencast.com/t/A2vgb1i47wTJ -> https://www.screencast.com/t/goTW3gPcMy
Hope this helps you!
Thank you!
You’ve misunderstood, as I have already mentioned that the Widget which is the FEED URL is not the block from Tagdiv (as you mentioned Tagdiv doesn’t provide this feature) instead it is the widget sidebar from Wp as you previously pointed it out to me.
If it’s the tagdiv block that I won’t make this thread to ask for help.
I repeat it’s the widget sidebar not block of Tagdiv hope this clears the misunderstanding.
How to change the border color of the widget title of NON tagdiv block widget.
Thanks in advance again.
Ngb
-
This reply was modified 5 years by
Romi.
Hello,
If it is a block feedzy from WordPress, you can change only with custom CSS, like this => https://www.screencast.com/t/7dCWnhVi you can set which color want
#feedzy_wp_widget-2.td_block_template_8
.td-block-title > *:before {
background-color: red
}
The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf
Hope this helps you!
Thank you!