WP Manifestindependent plugin directory
2stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/epicsf/epicsf.com/archive/refs/heads/master.zip

Declares an update source (https://github.com/wp-bootstrap/wp-bootstrap-navwalker), so updates arrive through the plugin's own updater.

From the readme

Epic The WordPress theme for . Page structure Posts There are two categories of posts that represent Events and Media. Events Events are posts with an 'event' category and that have a featured image. Events that appear on the website--the homepage and the events page--are sorted according to post publish date, so to change the ordering, just adjust the post published date and save the post. Once the event has passed, just delete the post. Creating a new event New post. Fill in the event title, subtitle (usually the date of the event) and the description. Save a featured image. After publishing, verify that the event shows up on the home page and events page. Media Media posts are posts with a 'media' category. They represent a sermon / sermon series. Just like events, media posts that appear on the website--the homepage and the media page--are sorted according to post publish date, so to change the ordering, just adjust the post published date save the post. Creating a new media post New post. Fill in the sermon series title, subtitle (usually the months it runs) and the description. Save a featured image. After publishing, verify that the sermon shows up on the

Read the full README on GitHub →