SOY CMS manual
Manual top
Page management
Insertion of link
When the insertion button of the link is clicked, the insertion window of the link is displayed.
Insertion of link to blog page
It changes to the following pages when the selected page is a blog page.
Kind of link | Details |
---|---|
Top page | The top page of the blog is inserted. |
Category link | When this is selected, the selection box is displayed. When the category to want to display is selected, the link to the category page is generated. |
Entry link | When this is selected, the selection box is displayed. When the entry to display is selected, the link to the category page is generated. |
Archive link according to the moon | When this is selected, the text box is displayed. When years when it wants to display it are input, the link at the years to the archive page according to the moon is generated. |
Insertion of link to mobile page
It changes to the following pages for a mobile page.
Please select the mini page to want to display.
Attribute detailed explanation
To reflect an internal structure in SOYCMS in the link generated by using the above-mentioned function, the following, original attributes have been added.
Attribute | Value | Explanation |
---|---|---|
cms:link | Page ID | ID of page that the link represents is specified. |
category | Label ID specified for category | It is possible to use it by the link to the blog page. The link to the archive page according to the specified category is output. |
entry | Entry ID | It is possible to use it by the link to the blog page. The link of specified entry ID to the entry page is output. |
month | The moon(yyyy-mm) | It is possible to use it by the link to the blog page. The link of the specified moon to the archive page according to the moon is output. |
treeId | Tree ID | It is possible to use it by the link to a mobile page. The link of the specified node to the page is output. |
Even if URL on the page to be linked changes, the link is maintained when it is the above-mentioned method though the link can be put by internal paging and even specifying URL directly.