View Categories

Getting Started

14 articles

How to create a custom extension

Last Updated: November 21, 2024

This is an example on how to create a custom extension in Advanced Sermons // Custom extension module for example add_action('asp_modules_content', 'custom_module_example'); function custom_module_example($modules) { ?> <div class="asp-module"> <div class="asp-module-box"> <div class="module-heading"> <h2 class="module-title">Custom Module</h2> <p>Enable the Custom Module to add extra functionality to your sermons.</p> </div> <div class="status wp-clearfix"> <label class="asp-switch"> <input type="checkbox" name="asp_modules[custom_module]"...

Download & Installation

Last Updated: May 19, 2021

Installing the WordPress Repository Free Version 1. Download the plugin from official WordPress repository While logged into your WordPress dashboard, hover over the menu item ‘Plugins’ and select ‘Add new’. Search for Advanced Sermons by WP Codeus. 2. Install it to your WordPress website Click the ‘Install Now’ button and activate it on your WordPress...

Activate & Manage Your License

Last Updated: May 19, 2021

Activate & Manage Your License 1. Copy your license key After you have purchased Advanced Sermons Pro, you will receive an email with your license key and a link to download the latest version of Advanced Sermons Pro. You can also log into your account at https://wpcodeus.com/account/ to access and manage your license keys. 2....

Save Permalinks

Last Updated: April 12, 2020

Flush and Save Permalinks 1. Set permalinks to Post name After installing the plugin please you will need to make sure your permalinks at set to the proper format which is ‘Post name’. To change your permalinks, from the WordPress dashboard hover over ‘Settings’ and click ‘Permalinks’. Select ‘Post name’ and click ‘Save Changes’. 2....

Hooks & Filters | Developers

Last Updated: January 10, 2024

Hooks Introduction Hooks give you or your developer the ability to customize Advanced Sermons further. Everything from adding custom metabox fields, more filter sermon options, and new sections on the single sermon template. Placement This code should be placed in the functions.php file of your active theme or a custom plugin. This allows you to...

Add & Manage Sermons

Last Updated: January 10, 2024

Add & Manage Sermons 1. Add new sermon From the WordPress dashboard hover over ‘Sermons’ and click ‘Add New’. 2. Enter sermon title You’re now editing your first sermon! The first thing to do is enter your sermons title. 2. Add sermon text Next, in the content editor add your sermons text. 3. Add sermon...

Add & Manage Speakers

Last Updated: October 10, 2020

Add & Manage Speakers 1. Add new speakers From the WordPress dashboard hover over ‘Sermons’ and click ‘Speakers’. From here you can enter your speakers name, custom slug, description, and upload an image of your speaker.   2. Manage speakers To manage your current speakers, from the WordPress dashboard hover over ‘Sermons’ and click ‘Speakers’....

Add & Manage Series

Last Updated: February 13, 2023

Add & Manage Series 1. Add new series From the WordPress dashboard hover over ‘Sermons’ and click ‘Series’. From here you can enter your series name, custom slug, description, and upload a series image. 2. Manage series To manage your current topics, from the WordPress dashboard hover over ‘Sermons’ and click ‘Series’. From here you...

Add & Manage Topics

Last Updated: February 13, 2023

Add & Manage Topics 1. Add new topics From the WordPress dashboard hover over ‘Sermons’ and click ‘Topics’. From here you can enter your topics name, custom slug, and description. 2. Manage topics To manage your current topics, from the WordPress dashboard hover over ‘Sermons’ and click ‘Topics’. From here you will see a list...

General Settings

Last Updated: January 10, 2024

General Settings Introduction General settings allows you to customize the Advanced Sermons plugins to match your preferences and branding.   1. Customization 2. WordPress Editor 3. Features

Archive Settings

Last Updated: January 10, 2024

Archive Settings Introduction Archive settings allows you to customize the archive page of Advanced Sermons.   1. General Settings 2. Taxonomy Settings 3. Display Options   4. Filter Settings  

Single Sermon Settings

Last Updated: January 10, 2024

Single Sermon Settings Introduction Single sermon settings allows to customize which features and functionalities you would like to use for your website.   1. Single Sermon 2. Scripture Options   3. Template Sections

Design Settings

Last Updated: January 10, 2024

Design Settings Introduction Design settings allows you to customize the branding and page title of Advanced Sermons to match your current theme.   1. Color 2. Title 3. Archive Fonts 4. Single Sermon Fonts 5. Filter Bar 6. Pagination & Load More Button 7. Thumbnails & Images 8. Advanced Settings

Shortcode Settings

Last Updated: January 10, 2024

Shortcodes allows users to perform certain actions as well as display predefined items within WordPress pages and posts. The Advanced Sermon shortcodes are alternative methods used to display sermons and series on your website.