Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.71 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.71 KB

Oxygen MemberPress Template Support

Contributor: Taimur Aziz
Tags: memberpress, oxygen
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

To customise the default MemberPress Templates you need to create a directory in your theme or child theme's base folder named "memberpress." Inside that folder, you can place any of the templates files (found in memberpress/app/views/…) to override them with your own.

This plugin is made for Oxygen Builder users where the theme is completely disabled. Simply add your customised MemberPress template files inside the /mepr_templates/ directory in this plugin.

See How to Override Template Files? in MemberPress.

Installation

  1. Download the plugin here.
  2. Go to Plugins > Add New in your WordPress admin. Click on Upload Plugin and browse for the zip file.
  3. Activate the plugin.

Usage

  1. Just copy over the files that you need to override (found in memberpress/app/views/…)
  2. Paste files into the 'mepr_templates' directory in this plugin.
  3. Customize the files to create your custom memberpress templates.

Note

Copying the entire memberpress/app/views/ folder over is not recommended. But instead, just copy over the files that you need to override. This will limit the chance of conflicts with future upgrades to MemberPress.

Credit

This plugin is based on Oxygen-EDD-Support By David Browne

Changelog

1.0.0 - Oct 5, 2021

  • Initial Release