Getting started
Requirements
Enabling WordPress Permalinks
To ensure the License Manager plugin functions properly, WordPress Permalinks must be enabled.
Enable Permalinks
- Navigate to Permalink Settings: Go to Dashboard > Settings > Permalinks.
- Choose a Permalink Structure: The default permalink structure is typically set to Plain (e.g., https://yourwebsite.com/?p=123 For using RestAPI you need to select one of the following
- Post Name recommended: https://yourwebsite.com/sample-post/
- Day and Name: https://yourwebsite.com/2024/12/30/sample-post/
- Month and Name: https://yourwebsite.com/2024/12/sample-post/
- Custom Structure: Create your own URL format.
- Save Changes: Once you’ve selected a structure, click Save Changes to apply it.
Default Permalink Setting
By default, WordPress uses the Plain permalink structure, which appears as:
https://yourwebsite.com/?p=123
Switching to a more readable structure like Post Name is highly recommended for better user experience and compatibility with the License Manager plugin. below there is a visual representation of enabling the Post name permalink structure.
