How might I add a 'subcribe' block/box to the bottom of FREE / public posts in Lyra theme?

How might I add a ‘subcribe’ block/box to the bottom of FREE / public posts in Lyra theme?

If you read a free post there really isn’t any call to action to engage/sign up etc. Is there a simply html block I can add in the theme to show something along these lines to prompt people to subscribe for more after they read the free posts?

1 Like

This would be such a great feature. Did you figure anything out? I was wondering about a hack using the web link feature to insert links to a page about my subscriptions, or just an html or image block with a link, but then you have to manually deal with it later if things change…

Hey,

using the lyra theme you can easily customize the post.hbs to your needs:

Located in the post.hbs starting at line107:

  1. add the subscribe-form partial to attach the standard lyra subscribe form at the end of your post
  2. Wrap it in the {{#if @member}} helper, to only show it to users, that aren’t logged in members already.
    image

Public User:

Member (doesn’t see the form):

I hope that’s what you guys are looking for :slight_smile:

3 Likes