You can assign authors to your created pages in LPagery in two ways: via the Settings tab or by using a functional column in your source file if you want to set different authors for each page.
This feature is available for the LPagery Extended plan and above.
Click here to purchase LPagery Pro ->
Method 1: Set Author Globally in the Settings Tab
Navigate to the Settings Tab:
Go to the LPagery dashboard and click on Settings.
Select Author:
Under Select Author, choose the author from the dropdown list. This setting will apply the selected author to all pages generated in this session.
This is a quick and convenient way to set the author for all created pages in a batch if you don’t need specific authors per page.
Method 2: Set Individual Authors in the Source File
If you want different authors for each page, you can specify them directly in your source file by adding the lpagery_author
functional column.
Using the lpagery_author
Column
The lpagery_author
column allows you to set the author of each created page using the author’s ID, email address, or login name.
Examples:
By Author ID: Input the author's ID directly in the cell. For example:
123
.By Email: Input the author’s email address. For example:
user@example.com
.By Login Name: Input the login name of the author. For example:
admin
.
In this case the first row would have author1 as author and the second row author2.
Adding this column with the appropriate values ensures each page is assigned to the specified author in your source file, giving you flexibility if your pages need to have different authors.