So konfigurieren Sie die Anmeldeseite des WishList LMS

Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
  • In der Add menu items section on the left, locate the Seiten box.
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: If a drop-down option is already selected, your login page is already configured. You can choose a custom or existing page and use it as your login page instead.

Selecting a Custom Page as Your Login Page

To select an alternative page, whether custom or existing, as the WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Select custom login page
  • Use the Wunschliste LMS-Anmeldeseite drop-down menu to select any existing page from your site.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Auswahl zu übernehmen.

Editing the WishList LMS Login Page

You can personalize your WishList LMS login page by adding custom messages, helpful instructions, or additional content. These customizations can help guide your users effectively and improve their experience.

To edit your WishList LMS login page, please follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Edit login page from WishList LMS Settings
  • Neben dem Wunschliste LMS-Anmeldeseite option, click the bearbeiten Taste.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: If a drop-down option is already selected, your login page is already configured. You can choose a custom or existing page and use it as your login page instead.

Selecting a Custom Page as Your Login Page

To select an alternative page, whether custom or existing, as the WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Select custom login page
  • Use the Wunschliste LMS-Anmeldeseite drop-down menu to select any existing page from your site.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Auswahl zu übernehmen.

Editing the WishList LMS Login Page

You can personalize your WishList LMS login page by adding custom messages, helpful instructions, or additional content. These customizations can help guide your users effectively and improve their experience.

To edit your WishList LMS login page, please follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Edit login page from WishList LMS Settings
  • Neben dem Wunschliste LMS-Anmeldeseite option, click the bearbeiten Taste.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: If a drop-down option is already selected, your login page is already configured. You can choose a custom or existing page and use it as your login page instead.

Selecting a Custom Page as Your Login Page

To select an alternative page, whether custom or existing, as the WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Select custom login page
  • Use the Wunschliste LMS-Anmeldeseite drop-down menu to select any existing page from your site.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Auswahl zu übernehmen.

Editing the WishList LMS Login Page

You can personalize your WishList LMS login page by adding custom messages, helpful instructions, or additional content. These customizations can help guide your users effectively and improve their experience.

To edit your WishList LMS login page, please follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Edit login page from WishList LMS Settings
  • Neben dem Wunschliste LMS-Anmeldeseite option, click the bearbeiten Taste.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: If a drop-down option is already selected, your login page is already configured. You can choose a custom or existing page and use it as your login page instead.

Selecting a Custom Page as Your Login Page

To select an alternative page, whether custom or existing, as the WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Select custom login page
  • Use the Wunschliste LMS-Anmeldeseite drop-down menu to select any existing page from your site.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Auswahl zu übernehmen.

Editing the WishList LMS Login Page

You can personalize your WishList LMS login page by adding custom messages, helpful instructions, or additional content. These customizations can help guide your users effectively and improve their experience.

To edit your WishList LMS login page, please follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Edit login page from WishList LMS Settings
  • Neben dem Wunschliste LMS-Anmeldeseite option, click the bearbeiten Taste.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: If a drop-down option is already selected, your login page is already configured. You can choose a custom or existing page and use it as your login page instead.

Selecting a Custom Page as Your Login Page

To select an alternative page, whether custom or existing, as the WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Select custom login page
  • Use the Wunschliste LMS-Anmeldeseite drop-down menu to select any existing page from your site.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Auswahl zu übernehmen.

Editing the WishList LMS Login Page

You can personalize your WishList LMS login page by adding custom messages, helpful instructions, or additional content. These customizations can help guide your users effectively and improve their experience.

To edit your WishList LMS login page, please follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Edit login page from WishList LMS Settings
  • Neben dem Wunschliste LMS-Anmeldeseite option, click the bearbeiten Taste.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: If a drop-down option is already selected, your login page is already configured. You can choose a custom or existing page and use it as your login page instead.

Selecting a Custom Page as Your Login Page

To select an alternative page, whether custom or existing, as the WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Select custom login page
  • Use the Wunschliste LMS-Anmeldeseite drop-down menu to select any existing page from your site.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Auswahl zu übernehmen.

Editing the WishList LMS Login Page

You can personalize your WishList LMS login page by adding custom messages, helpful instructions, or additional content. These customizations can help guide your users effectively and improve their experience.

To edit your WishList LMS login page, please follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Edit login page from WishList LMS Settings
  • Neben dem Wunschliste LMS-Anmeldeseite option, click the bearbeiten Taste.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: If a drop-down option is already selected, your login page is already configured. You can choose a custom or existing page and use it as your login page instead.

Selecting a Custom Page as Your Login Page

To select an alternative page, whether custom or existing, as the WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Select custom login page
  • Use the Wunschliste LMS-Anmeldeseite drop-down menu to select any existing page from your site.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Auswahl zu übernehmen.

Editing the WishList LMS Login Page

You can personalize your WishList LMS login page by adding custom messages, helpful instructions, or additional content. These customizations can help guide your users effectively and improve their experience.

To edit your WishList LMS login page, please follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Edit login page from WishList LMS Settings
  • Neben dem Wunschliste LMS-Anmeldeseite option, click the bearbeiten Taste.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

The WishList LMS login page acts as a secure gateway to your members’ area and protected content. Setting it up well is essential. Doing so protects your content, ensures a smooth user experience, and applies your branding effectively.

This document guides you on creating your WishList LMS login page. It also shows how to customize and integrate it into your website.

Creating the Login Page

WishList LMS provides two methods for setting up your login page. You can use its auto-page-creation system or select an existing page. The chosen page will display username and password fields by default. It also includes a password reset option.

WishList LMS Login Page Preview

To create your WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
Pages tab in WishList LMS Settings
  • Klicken Sie auf das Wunschliste LMS-Anmeldeseite drop-down menu at the top of the page.
Login page auto-create option
  • Select “Auto Create New Page” from the drop-down.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Änderungen zu speichern.

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

Anmerkung: If a drop-down option is already selected, your login page is already configured. You can choose a custom or existing page and use it as your login page instead.

Selecting a Custom Page as Your Login Page

To select an alternative page, whether custom or existing, as the WishList LMS login page, follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Select custom login page
  • Use the Wunschliste LMS-Anmeldeseite drop-down menu to select any existing page from your site.
  • Klicken Sie auf die Optionen aktualisieren unten auf der Seite, um Ihre Auswahl zu übernehmen.

Editing the WishList LMS Login Page

You can personalize your WishList LMS login page by adding custom messages, helpful instructions, or additional content. These customizations can help guide your users effectively and improve their experience.

To edit your WishList LMS login page, please follow these steps:

  • Navigieren Sie zu Dashboard > WishList LMS > Einstellungen > Seiten tab.
  • Fahren Sie fort mit dem Reservierte Seiten Abschnitt.
Edit login page from WishList LMS Settings
  • Neben dem Wunschliste LMS-Anmeldeseite option, click the bearbeiten Taste.

Anmerkung: When you edit the WishList LMS login page, it may appear blank in the editor. This is normal because the page uses the default template. It’s not visible within the editor. Nevertheless, the login form will display correctly to your website’s users.

Alternatively, you can edit the login page like any other page using the Block editor and add custom content:

  • Search for the Anmeldung page within Dashboard > Pages.
  • Wählen Sie die bearbeiten option for your login page.
Edit a page or post
  • Add the content you need.
  • Klicken Sie auf Update to apply changes.

Position Custom Content On the Login Page

Follow these steps to add your custom content either above or below the login form:

  • Begin by editing the login page, then scroll down to the Wunschzettel LMS-Einstellungen Abschnitt.
  • Check the “Manually place the login form on the page” option. Enabling this option will reveal the following shortcode:

WishList LMS login form shortcode
  • Copy and paste this shortcode onto the page precisely where you wish the login form to appear. Position it between your custom content.

You can remove the use_redirect="true" part from the shortcode if you do not want to add redirection. It automatically redirects users to a set page after they log in. For example, it can send them directly to their dashboard. This redirection will be based on your global oder per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:


Important: The “Manually place the login form” option must be enabled when utilizing this shortcode. Otherwise, all your custom content will be displayed above the login form.

Customizing the Appearance of the Login Page

This section explains how to customize the visual appearance of your WishList LMS login page. Here, you can use WishList LMS LaunchPad™ options or implement custom CSS.

LaunchPad™ is a tool designed to simplify the styling and customization of your login page using pre-built options.

Otherwise, you can disable LaunchPad™ and apply custom CSS to customize your WishList LMS login page:

  • Ensure the LaunchPad™ template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ tab.
Disable LaunchPad template
  • Next, you can style the page using custom CSS. Custom CSS can be added to the Theme Customizer or applied with a third-party plugin (e.g., YellowPencil).

Anmerkung: WishList LMS team does not offer support for custom CSS edits. If you lack experience editing CSS, use resources to learn CSS and browser developer tools basics. Incorrect CSS changes might unintentionally affect your website design.

WishList LMS Login Page Design Testing

To test the login page, you must be logged out of your website, as otherwise you’d be redirected. Therefore, to preview your login page design as a logged-in user without being redirected, you should follow these steps.

  • Open your preferred web browser (e.g., Chrome, Mozilla Firefox, Safari, etc.).
  • Access the WishList LMS login page using a private browsing window. Use Incognito mode in Chrome or Private Window in Firefox/Safari. This prevents automatic redirection.

Accessing the WishList LMS Login Page

Create a navigation menu item that links directly to your WishList LMS login page. This method is both common and user-friendly for providing access.

You have three options for adding your login page link:

  • Direct Method: Add a link to the login page directly to your main menu (your site’s primary navigation);
  • Shortcodes: Utilize the available login shortcodes on any page or post to add the login form directly into your content;
  • PHP Template: You can also embed the login shortcode directly into a PHP file within your theme.

Linking a Login Menu Item to the Login Page

This is often the most common and user-friendly method for providing access to your login page. You can create a navigation menu item that links directly to your WishList LMS login page.

Follow the steps below to add a login menu item:

  • Navigieren Sie zu Dashboard > Erscheinungsbild > Menüs in your WordPress dashboard.
  • Select the specific menu you wish to edit (e.g., your primary navigation menu).
Select primary menu in WordPress settings
  • In der Add menu items section on the left, locate the Seiten box.
Select login page and add to menu
  • Locate your Wunschliste LMS-Anmeldeseite. If you used the Auto Create New Page option, it’s typically titled “Anmeldung“. Check the box beside it.
  • Klicken Sie auf die Zum Menü hinzufügen Taste.
  • The login page will now appear as a menu item on the right. You can drag and drop it to rearrange its position within the menu.
Drag n drop menu item to change position
  • Klicken Sie auf die Save Menu button to apply your changes.

Users can access your login page by clicking on the “Anmeldung” menu item in your website’s navigation.

Integrate a Shortcode Into Posts or Pages

Shortcodes offer a flexible way to embed the login form directly within any post or page content. This allows you to add the login form as part of a larger page, instead of a standalone login page.

Führen Sie die folgenden Schritte aus, um einen Shortcode zu einem Beitrag oder einer Seite hinzuzufügen:

  • Start editing the post or page where you want to display the login form.
  • Hinzufügen einer neuen Shortcode-Block in den WordPress-Editor (Gutenberg-Editor).
  • Fügen Sie den folgenden Shortcode in den Shortcode-Block ein:

WishList LMS login page shortcode on a post
  • Klicken Sie auf die Speichern Sie button in the top-right corner.

The login form will now be displayed on that post or page where you placed the shortcode.

Post with a login form

Embedding the Login Form Within a PHP Template

For more control, you can embed the login form directly into your WordPress child theme’s PHP files. This option, however, requires a basic understanding of PHP.

To embed the login form, place this code directly into your PHP template file. Ensure it’s in the exact location where you want the login form to display. When modifying a theme’s core files, it is advisable to create a child theme.

// WishList LMS Login Form Shortcode

<?php echo do_shortcode('

'); ?>

Warning: Directly modifying theme files requires caution. Always back up your site before making changes; incorrect edits can break your site. If you are not confident with PHP modifications, consider safer options like the Direct Method oder Shortcodes.

War dieser Artikel hilfreich?
Inhaltsübersicht

    Brauchen Sie Unterstützung?

    Wenden Sie sich an unser Customer Success Team und wir geben Ihnen die Antworten, die Sie brauchen.schnell!