Home > Article > CMS Tutorial > How does DEDECMS call the TAG tag in the current document?
DEDECMS How to call the TAG tag in the current document?
DEDECMS calls the TAG tag in the current document, which is beneficial to internal page optimization and improved inclusion.
Adding tag tags to dede article pages is very helpful for optimizing internal pages. The specific method is: :
Open the template file
Find:
<tr><td colspan="2"><b>{dede:field.title/}</b>{dede:field.body/}</td></tr></table>
Add below:
<p><strong>TAG标签:{dede:tag row='30' sort='new' getall='0'} <a href='[field:link/]'>[field:tag /]</a>{/dede:tag}</strong></p>
The above is the detailed content of How does DEDECMS call the TAG tag in the current document?. For more information, please follow other related articles on the PHP Chinese website!