We’re excited to announce the release of Memberlite 7.1: the first feature release built on top of the modern foundation we shipped in 7.0. This version introduces a brand new block-based variation system for headers and footers, two new custom blocks (Nav Menu and Member Info), bundled starter patterns, a streamlined Customizer experience, and a (more...)
We’re excited to announce the release of Memberlite 7.1: the first feature release built on top of the modern foundation we shipped in 7.0.
This version introduces a brand new block-based variation system for headers and footers, two new custom blocks (Nav Menu and Member Info), bundled starter patterns, a streamlined Customizer experience, and a long list of polish items across the theme. You can finally design, save, and assign multiple header and footer layouts (globally or per page) all from inside the block editor.
Read on for a full overview of what’s new in Memberlite 7.1, how to upgrade, and what’s coming next.

Headers in Memberlite are now their own custom post type, memberlite_header, that you build, save, and reuse from inside the block editor.
Go to Memberlite > Headers, create a new header post, drop in the blocks you want, and that header is now an option you can assign to your site.
When you create a new (or empty) header post, a starter template dialog pops up so you can pick from one of the 6 header patterns bundled with 7.1, or close it and design from scratch.
From there, you’re in the block editor with the new Memberlite block collection available in the inserter. Drop in the blocks you want, including our two new custom blocks – Nav Menu and Member Info, and design your header.
Once you’ve designed a header, head to the Customizer to set it as the active header for your entire site.
There’s also a per-header Sticky Header option, which makes the entire header pattern stick to the top of the page when active, not just the navigation row.
The same system applies to footers. Memberlite 7.1 adds a memberlite_footer custom post type, accessible under Memberlite > Footers. Build any number of footer designs as block-based posts, then assign one as the global footer in the Customizer.
7.1 ships with 8 footer patterns out of the box, covering everything from a simple branded footer to multi-column layouts with menus and member info.
In the Customizer, you can assign a Global Footer for the entire site, plus distinct footer variations for blog/archives, single posts, or pages.
The legacy footer settings (columns ratio, copyright text, footer widget areas) are still available and supported, but they automatically hide whenever a footer variation is active. The footer widget area under Appearance > Widgets > Footer Widgets is now considered legacy and only renders inside the default footer.
New Nav Menu and Member Info BlocksTo make header and footer variations actually useful for membership sites, we built two custom blocks specifically for use inside header and footer posts:
A Memberlite-native alternative to the core Navigation block. It pulls from the Classic menus you’ve already set up under Appearance > Menus, including support for menu locations when the Paid Memberships Pro Nav Menus Add On is active. Drop the block in, then choose your menu (or menu location) from the block settings sidebar.
Member Info Block
Renders the same login / member info area you know from the legacy header, but as a block you can place anywhere inside a header or footer pattern.
They both ship with the new Memberlite block collection, so they’re easy to find when you’re designing a header or footer.
Bundled Header and Footer Patterns
We’ve added two new pattern categories to the block editor: Memberlite – Header Variations and Memberlite – Footer Variations. These show up in the Patterns tab when you’re editing a header or footer post.
The bundled patterns are designed to give you a strong starting point, whether you want a clean centered logo header, a header with member info on the right, a multi-column footer with menus and a newsletter signup, or anything in between.
Per-Page Header and Footer OverridesMost sites will set one global header and one global footer in the Customizer and call it done. But for landing pages, sales pages, or any layout that needs to break the rules, you can override the header and footer on any page from the existing Template Settings panel in the Block Editor sidebar.
This pairs perfectly with the per-page Hide Header / Hide Footer settings that shipped in 7.0. Together they give you complete control over what the top and bottom of any page look like, without touching code or creating a custom template.
Customizer Updates and Floating Back to TopWe reorganized a few Customizer settings to make room for the new variation system and to clean up some long-standing inconsistencies:
memberlite_customizer_cpts filter to enable Customizer settings for your own custom post types.
Switch to the Floating button style and a small Back to Top button appears in the bottom-right corner of every page, independent of whichever footer is active.
The migration is automatic. If you were already using the legacy header and footer, nothing changes on the front-end of your site after upgrading. You’ll only see changes once you start using the new variation system.
bbPress Color Scheme SupportIf you run bbPress on a Memberlite site, your forums now inherit colors directly from your active Memberlite color scheme and Customizer color pickers.
If you’ve been maintaining custom CSS to fix bbPress colors, especially on dark schemes, you can likely remove most of those overrides in 7.1. You’re still free to layer in custom CSS for fine-tuning, but the baseline now respects your theme colors out of the box.
Front-End Edit Header and Edit Footer TooltipsWhen a header or footer variation is active and you’re logged in as an admin (or any role with permission to edit those posts), you’ll see new “Edit Header” and “Edit Footer” tooltips on hover on the front-end of your site. Click either one to jump straight to the corresponding header or footer post in the editor.
Edit links across the front-end have also been made more prominent and Memberlite-branded for admins. They’re still hidden from regular site visitors.
Mobile menus continue to use the fixed/classic mobile navigation introduced in 7.0. They’re not affected by header variations. You’ll still manage mobile menu content under Appearance > Widgets > Mobile Menu Widgets.
Developer ImprovementsFor theme developers and child theme authors:
memberlite_header and memberlite_footer, registered in inc/custom-post-types.php.inc/variations.php. Developers can hook into this to register additional patterns or filter starter template options.inc/blocks.php.block.json name starts with memberlite/ is automatically registered to the collection. No manual registration required.add_memberlite_link_control and add_memberlite_notice_control in inc/customizer.php for adding link or notice rows between settings.memberlite_output_edit_link() outputs branded edit links with SVG icons and post type names from template files.memberlite_customizer_cpts filter has been added so third-party and child theme custom post types can be passed. For each compatible or passed post type, new layout settings under Appearance > Other Post Types will appear. By default, without this filter, custom post types will inherit “Archive Layout”, “Sidebar Location”, and “Columns Ratio” settings from the existing Posts & Archives panel.You can download the latest version directly from our downloads page here at the Paid Memberships Pro website.
If you have the PMPro Update Manager plugin active, Memberlite 7.1 can be updated automatically from the Appearance > Themes screen in the WordPress admin.
Update Option 2: Manual Update via .zip FileIf you’re not using the PMPro Update Manager, you should install and activate this free Add On so that Memberlite, PMPro, and any PMPro Add Ons can be updated without the need to handle updates via .zip files. Once you install and activate the Update Manager Add On, you can upgrade Memberlite following the steps in Option 1 above.
If you need assistance upgrading or have questions about how 7.1 affects your site, we’re here to help. Find out how to get support for Memberlite here.
Upgrading: What You Need to KnowFor most sites, the upgrade to 7.1 is completely seamless. Your existing header and footer continue to render exactly as they did in 7.0, the new variation system is entirely opt-in. You won’t see any front-end change until you create a header or footer variation and assign it from the Customizer.
A few things to know:
memberlite_get_variation(): the function still exists for backward compatibility, but now always returns the default footer template part. The new variation system supersedes it.Memberlite 7.0 rebuilt the foundation. Memberlite 7.1 turns that foundation into something you can actually design with: directly inside the block editor, with full visual control.
Here’s what’s coming next:
We’re committed to making Memberlite the best theme for membership sites, and 7.1 is a big step toward design flexibility without complexity.
Memberlite 7.1 Full Changelogmemberlite_footer). Assign them globally or per location via the Customizer. Optional post-meta override available on pages.memberlite_header). Assign a global header via the Customizer. Optional post-meta override available on pages. Includes a sticky header option configurable per header post.memberlite_output_edit_link() to output edit links with SVG icons and post_type names in template output.add_memberlite_notice_control and add_memberlite_link_control function in inc/customizer.php for adding notices/links between settings.memberlite_allowed_blocks that caused fatal errors on sites with no registered menus.memberlite_get_variation(). It now always returns the default footer template part.allowed_block_types_all filter that attempted to scope the memberlite/nav-menu and memberlite/member-info blocks to the memberlite_header/memberlite_footer CPTs, resolving the reported compatibility issue where JS-only (client-registered) third-party blocks disappeared from the inserter.memberlite_btn shortcode with esc_html to prevent XSS.aria-labelledby="page-title" was tied to the banner instead of the post/page title..entry-title a global style with zero margin. This ensures the CPT archive’s two-column layout is horizontally aligned under the banner/masthead.memberlite_footer_add_used_by_column function released in 7.1 has been renamed to memberlite_variation_add_used_by_column so that it’s more generic. Used by both the header and footer variations internally.header.php and using helpers that determine when/if they should render. The functionality itself is unchanged. Added two new helpers: memberlite_get_banner_post_id and memberlite_should_masthead_renderWe’d love to hear how 7.1 is working for you. If you run into any issues or have suggestions for future improvements, reach out through our support channels or join the conversation in the PMPro Slack Community.
Author: Kim Coleman
Kim Coleman is the co-founder of Paid Memberships Pro, the most trusted membership platform, which powers over 90,000 membership sites worldwide. With over two decades of experience in development, management, and marketing, Kim plays a pivotal role in shaping the product and guiding the team.
She specializes in content creation, video tutorials, and frontend development for the core open-source plugin and its various Add Ons, helping businesses of all sizes build and grow their membership sites.
Was this article helpful?
YesNo
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Register a Custom Font Family for Memberlite | 0 | 5 | 24-06-2026 |
| 2 | Hiding the Classic block from the inserter in WordPress 7.1 | 0 | 7 | 23-06-2026 |
| 3 | Otter Blocks 3.2.0: AI Page Building and a New Design Library | 0 | 8.25 | 10-07-2026 |
| 4 | Merge Proposal: Guidelines built on Knowledge | 0 | 5 | 22-06-2026 |
| 5 | Allow Member to Opt-Out of New Series Notification Emails | 0 | 7 | 03-07-2026 |
| 6 | Require User Fields on the Member Profile Edit Page | 0 | 5 | 30-06-2026 |
| 7 | The Classic block stays in the inserter for WordPress 7.1 | 0 | 5 | 07-07-2026 |
| 8 | Exclude Billing Fields for Specific Membership Levels at Checkout | 0 | 5 | 26-06-2026 |
| 9 | Only Include Admins in the WordPress User Delete Dropdown | 0 | 7 | 25-06-2026 |
| 10 | Step into Summer with a Massive Update from GX | 0 | 3 | 03-07-2026 |