πŸ“š
Ncmaz- Nextjs Headless WordPress Blog, Magazine
View demoBuy theme now
  • πŸ’A few words of thanks
  • πŸ‘₯Community
  • πŸ“¦Inside the downloaded package
  • πŸ’Support
  • 🌠Domains and hosting?
  • Getting Started Setup
    • ⭐Getting Started
    • Step 1. Configure WordPress Server
    • Step 2. Install the WP theme & plugins.
    • Step 3. Check Your Permalinks and WPGraphQL Settings
    • Step 4. Update environment variables.
    • Step 5. Deploying the Ncmaz-Faust to Vercel
      • 5.1 - Deploy Ncmaz to Vercel via a GitHub repo.
      • 5.2 - Or deploy Ncmaz to Vercel using Vercel CLI
      • 5.3 - Error when deploying to Vercel using the GitHub repo.
      • 5.4 - Other Hosting Options
    • Step 6. Set your Front-end Site URL. Congratulations πŸŽ‰
    • Step 7. Import demo data
      • [ERROR] Failed to import "Home 2" page
    • Step 8. Connecting MailPoet to Ncmaz-frontend
    • Step 9. Setting Logo, Socials, SEO, ... Site settings JSON
  • Development on localhost
    • Run on localhost
      • Error when run start
    • Deployments
  • WordPress
    • Build a home page with Ncmaz Gutenberg
    • Config Mailpoet
    • You don't have permission to submit the post.
    • Compatible with other plugins?
    • Using Headless WordPress with Next.js and Vercel
    • Create Anchor Links Manually with WordPress Block Editor
    • Create post-format Video, Audio, and Gallery
    • Contact form
  • Header
    • Header navigation menus
    • Avatar dropdown menus
  • Footer
    • Footer menu
    • Footer subscribe form
  • Single post page
    • Setting single style and toggle single sidebar
    • Setting Post format Video, Audio, Gallery
  • Ncmaz-faust
    • Install node_module
    • Custom border-radius
    • Custom color, fonts
    • Components
    • Sources And Credits
    • Translate the theme into your language
    • RTL mode
    • Nextjs-google-analytics
    • 414 Request-URI Too Large
    • Sitemap XML, robot.txt
    • Integrate Google AdSense in NextJS
    • Site Settings JSON
  • For developers
    • Project initiation
    • Enviroment variables
    • Ncmaz-faust-core plugin.
    • Ncmaz-faust project
    • Coming soon!
  • Change log
    • Update theme?
    • Change log
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started Setup

Step 8. Connecting MailPoet to Ncmaz-frontend

Previous[ERROR] Failed to import "Home 2" pageNextStep 9. Setting Logo, Socials, SEO, ... Site settings JSON

Last updated 1 year ago

Was this helpful?

I use the plugin to support allowing users to subscribe to receive notifications when there are posts.

And subscription forms are built in subscriber sections, inside the sidebar of single-post pages, and in the footer form.

And here they are:

Please follow the steps below:

  1. On the WordPress dashboard > MailPoet > you need a MailPoet account and enter a MailPoet secret key.

  2. Choose to prepare the ID of a list that you want subscribers to follow to be added. To get the MailPoet list ID you wish to add your subscribers to, go to your WordPress dashboard > MailPoet > Lists page. Here you will see the lists you’ve created within MailPoet. You may click the edit button and in the URL of the edit screen you will see the list’s ID:

  3. Go to the project folder Ncmaz-faust. At the root of the project, you will see the site-settings.json file and open the file with any editor you have.

  4. Find the line "mailpoet_list_id" and change the default id value to the ID price you selected in the step above.

    "mailpoet_list_id": "your_list_id" //e.g. 3

  5. Save file. And then rebuild your project so that this ID value is applied. If you use Vercel, just upload it again and Vercel will automatically build for you.

MailPoet