I added a post category to my app menu and called it “Sermons”. This pulls everything in the post category of “Sermons”. I can access the list from the app menu and it works correctly. However, on the home screen of the app I tried to add the button code that the “App Menu” page gives me:
<button class=”tab-button” data-tab=”#sermons-category”>Your text</button>
When I tap that button from the app, nothing happens. Is there something else I need to do to get it to link to the menu item?