Customize Publication Info Sidebar Source Theme

Website URL: https://www.uatechjournal.com/

Ghost Version: 6.9.3-0-g872e66b4+moya

Theme: Source (v1.5.0)

I would like to customize the Sidebar on the Source Theme. Currently, the sidebar displays a subscribe function. I would like to change this to a donate function. I simply want to edit the text and change the button link to the donate link offered by ghost. Is there a simple .hbs file I can update to achieve this without changing the text and buttons across all subscribe sections?

It’s coming from partials/post-list.hbs - look for {{#if showSidebar}}. This code looks to only be involved in making the sidebar, so you can change it – the other subscribe sections come from partials/cta.hbs instead.

1 Like

Thanks so much! It was in partials/components/post-list.hbs

But everything else worked perfectly! I appreciate your help!

1 Like