Empire CMS can generate article images. The steps are as follows: Upload images. Create an atlas. Select Image. Generate thumbnails. Save Settings. Insert the [img] tag to reference the atlas when editing the article.
How Empire CMS generates article images
Empire CMS is a popular open source content management system. Provides the function of generating article images to facilitate website administrators to add visual elements to articles.
Steps:
-
Upload images to the server: Upload the images you want to add to the article to the file server of Empire CMS middle.
-
Create an album: In the background management of Empire CMS, navigate to the "Album Management" menu and create a new album.
-
Select pictures: In the new album page created, click the "Select Pictures" button and select the pictures you want to add to the album.
-
Generate thumbnails: The system will automatically generate thumbnails of various sizes for the selected pictures.
-
Save settings:Save the album settings, the system will generate thumbnails and store them in the specified directory.
-
Article editing: In the article editor, insert an [img] tag to reference the gallery you created. For example: [img]Album name[/img]
-
Publish article:After publishing the article, the added pictures will appear in the corresponding location.
Note:
- Make sure the image you upload meets the size and file size limits of Empire CMS.
- Choose the correct album name so that images are referenced correctly in the post editor.
- If you need to make changes to an existing image, please update the gallery and republish the article to apply the changes.
The above is the detailed content of How to generate article pictures in Empire CMS. For more information, please follow other related articles on the PHP Chinese website!