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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Use the WishList LMS Página de inicio de sesión drop-down menu to select any existing page from your site.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para aplicar su selección.
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Junto al WishList LMS Página de inicio de sesión option, click the Editar botón.
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Use the WishList LMS Página de inicio de sesión drop-down menu to select any existing page from your site.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para aplicar su selección.
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Junto al WishList LMS Página de inicio de sesión option, click the Editar botón.
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Use the WishList LMS Página de inicio de sesión drop-down menu to select any existing page from your site.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para aplicar su selección.
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Junto al WishList LMS Página de inicio de sesión option, click the Editar botón.
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Use the WishList LMS Página de inicio de sesión drop-down menu to select any existing page from your site.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para aplicar su selección.
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Junto al WishList LMS Página de inicio de sesión option, click the Editar botón.
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Use the WishList LMS Página de inicio de sesión drop-down menu to select any existing page from your site.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para aplicar su selección.
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Junto al WishList LMS Página de inicio de sesión option, click the Editar botón.
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Use the WishList LMS Página de inicio de sesión drop-down menu to select any existing page from your site.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para aplicar su selección.
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Junto al WishList LMS Página de inicio de sesión option, click the Editar botón.
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Use the WishList LMS Página de inicio de sesión drop-down menu to select any existing page from your site.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para aplicar su selección.
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Junto al WishList LMS Página de inicio de sesión option, click the Editar botón.
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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.

To create your WishList LMS login page, follow these steps:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.

- Haga clic en el botón WishList LMS Página de inicio de sesión drop-down menu at the top of the page.

- Select “Auto Create New Page” from the drop-down.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para guardar los cambios.
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Use the WishList LMS Página de inicio de sesión drop-down menu to select any existing page from your site.
- Haga clic en el botón Opciones de actualización en la parte inferior de la página para aplicar su selección.
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:
- Vaya a Panel de control > Lista de deseos LMS > Configuración > Páginas ficha.
- Proceda a la Páginas reservadas sección.

- Junto al WishList LMS Página de inicio de sesión option, click the Editar botón.
Alternatively, you can edit the login page like any other page using the Block editor and add custom content:
- Search for the Inicio de sesión page within Dashboard > Pages.
- Seleccione Editar option for your login page.

- Add the content you need.
- Haga clic en Actualización 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 Lista de deseos Ajustes LMS sección.
- Check the “Manually place the login form on the page” option. Enabling this option will reveal the following 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 o per-membership login redirect settings. Accordingly, the shortcode without a redirect would appear as:
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™ (Plataforma de lanzamiento) template is disabled within the Dashboard > WishList LMS > Settings > LaunchPad™ ficha.

- 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).
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:
- Vaya a Panel > Apariencia > Menús in your WordPress dashboard.
- Select the specific menu you wish to edit (e.g., your primary navigation menu).

- En el Add menu items section on the left, locate the Páginas box.

- Locate your WishList LMS Página de inicio de sesión. If you used the Auto Create New Page option, it’s typically titled “Inicio de sesión“. Check the box beside it.
- Haga clic en el botón Añadir al menú botón.
- 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.

- Haga clic en el botón Save Menu button to apply your changes.
Users can access your login page by clicking on the “Inicio de sesión” 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.
Siga los siguientes pasos para añadir un shortcode en una entrada o página:
- Start editing the post or page where you want to display the login form.
- Añadir un nuevo Bloque de código corto al editor de WordPress (Editor Gutenberg).
- Añada el siguiente shortcode al bloque Shortcode:

- Haga clic en el botón Guardar 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('
'); ?>