• Resolved elmwp

    (@elmwp)


    Hi,

    I want to display the page description at the top of at least the archive page, and have the meta data retained on the back-end as well. I created a sermon page and added this data, then added the slug in Sermon Manager. All works fine except the layout seems to override all of this data. Is it possible to display the description, and retain the meta easily?

    Also, is there a play counter option available (for back-end statistics)?

    Thank you for your assistance, and for this plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hiya,

    There are two ways to accomplish this.
    First:

    1. Revert Sermon Manager’s slug to sermons or whatever it was before
    2. Go to the page that you created and at the end of it add [sermons]*

    After these steps, you can use the page as your sermon archive

    Second:

    1. Revert Sermon Manager’s slug to sermons or whatever it was before
    2. Remove the page that you created
    3. Copy /wp-content/plugins/sermon-manager-for-wordpress/views/archive-wpfc-sermon.php to your theme’s directory †
    4. Open the copied file and add the content that you want before line 12 ‡ if you want it to appear before filters, or after it if you want it to appear after filters

    This way you can use the existing archive URL as the archive.

    —-
    * and if you want filtering, add [sermon_sort_fields] before it
    /wp-content/themes/<theme_slug>/
    ‡ line 12 at the moment is this

    Thread Starter elmwp

    (@elmwp)

    Thank you Nikola, that did the trick perfectly! Great plugin, a must have for ministries.

    You are most welcome and thank you!

    If you are happy with the plugin and/or support, you can leave a review here. ♥

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sermon page description and meta data missing’ is closed to new replies.