Putting different blogrolls in Tiny Theme Sidebar

I’m trying to use the Sidebar for Tiny Theme plug in. I’m trying to work out how to put different blogrolls in the sidebar.

I currently have this in the layouts/partials/sidebar.html custom template:

{{ partial "sidebar-for-tiny-theme/recommendations.html" . }}

Which successfully puts my Recommendations blog roll in the sidebar. But how do I put other blogrolls in there?

If I have another blogroll entitled Economics, what code would I need for that?

1 Like

I too would like assistance with setting that up. Thanks!

Instructions on that plug-in’s website: Customisation

Note, this plug in uses a microhook that will specifically break if you do what you’re asking in the other thread an replace your post list since this explicitly uses the microhook-after-post-list-- so you’d have to readd that microhook to your own microhook.

1 Like