Personally collect dede template tag calling code and save it for later use. Due to the rush of time, I cannot verify whether it is correct one by one. If you find any errors, please correct them.
Key description call tag:
Template path call tag: {dede:field name='templeturl'/}
Website title call tag: {dede:global name='cfg_webname'/}
Column navigation call tag:
Homepage
{dede:channel type='top' row='8' currentstyle="
{/dede:channel}
Specify the call column tag: {dede:onetype typeid='ID'}[field:typename /]{/dede:onetype}
Channel column call tag: {dede:channel type='self'}
Friendly link call tag: {dede:flink row='24' linktype=2/}
Website copyright call tag: {dede:global name='cfg_powerby'/}
Website registration call tag: {dede:global name='cfg_beian'/}
Current column name tag: {dede:field name='typename'/}
Current position call tag: {dede:field name='position'/}
List article calling tag: {dede:list pagesize='8'}{/dede:list}
Column link call tag: [field:typelink function='str_replace("a ","a class=ulink ",@me)'/]
Author link call tag: [field:writer /]
List click call tag: [field:click/]
List comment calling tag: [field:postnum/]
View the full text Call tag: View the full text...
List time call tag: [field:pubdate function="GetDateTimeMK(@me)"/]
List paging call tag: {dede:pagelist listsize='4' listitem='index pre pageno next end '/}
Article title calling tag: {dede:field name="title"/}
Article source call tag: {dede:field name='source'/}
The article author calls the tag: {dede:field name='writer' /}
Article time call tag: {dede:field name='pubdate' function='GetDateMk(@me)'/}
Article Tag call tag: {dede:tag type='current'/}
Click the article to call the tag:
Article content call tag: {dede:field name='body'/}
Article pagination call tag:
{dede:pagebreak/}
[Collection]
[Recommended]
[Comments]
[Print]
[Close]
Number of likes for the article tag: {dede:field name='digg'/} Like
Previous postNext post Tags: {dede:prenext get='pre'/}{dede:prenext get='next'/}
Toutiao recommended calling tag:
{dede:arclist row=1 titlelen=24 orderby=pubdate att=2}
{/dede:arclist}
Latest article calling tag: {dede:arclist row=8 titlelen=24 orderby=pubdate}
The latest image and text call tag:
{dede:arclist row=4 titlelen=20 orderby=pubdate type='image.' imgwidth='152' imgheight='98'}
![[field:title/]](/static/imghwm/default1.png)
{/dede:arclist}
Recommended document call tag:
{dede:arclist type='commend' titlelen='40' row='10'}
{/dede:arclist}
Random recommended calling tag:
{dede:arclist type='commend' titlelen='26' orderby='rand' row='10'}
{/dede:arclist}
Hot document call tag:
{dede:arclist orderby='click' titlelen='40' row='10'}
{/dede:arclist}
Related document call tag:
{dede:likeart titlelen='24' row='10'}
{/dede:likeart}
Call external htm file: {dede:include file='head.htm' ismake='yes'/}
Click on the article ranking list to call the tag by time:
By total: {dede:arclist row='24' titlelen=24 orderby=click}
By month: {dede:arclist row='24' titlelen=8 orderby=click subday=30}
By week: {dede:arclist row='24' titlelen=8 orderby=click subday=7}
Call a sub-column of a certain column on the homepage
{dede:channel type=’sun’ typeid=’Column ID’}
[field:typename/]
{/dede:channel}
or
{dede:global name='maplist'/}
Articles you may be interested in
- How dedeCMS Dream Weaver Message Board calls the website head
- Template tag Call instructions
- DedeCMS (Dreamweaver) website server directory security setting experience sharing
- php uses regular rules to filter various tags, spaces, and newline codes
- Mysql database cache cache Functional analysis, debugging and performance summary
- Installation and use of Sphinx under windows [Supports Chinese full-text search]
- Detailed explanation of the difference between window.navigate and window.location.href
- Summary of practical methods to improve PHP performance

本教程向您展示了如何在Windows的Chrome或Edge中找到所有打开的标签页上的特定文本或短语。有没有办法在Chrome中所有打开的标签页上进行文本搜索?是的,您可以使用Chrome中的免费外部Web扩展在所有打开的标签上执行文本搜索,无需手动切换标签。一些扩展如TabSearch和Ctrl-FPlus可以帮助您轻松实现这一功能。如何在GoogleChrome的所有选项卡中搜索文本?Ctrl-FPlus是一个免费的扩展,它方便用户在浏览器窗口的所有选项卡中搜索特定的单词、短语或文本。这个扩

织梦导入css的方法:1、将HTML模板文件放到“templets”文件夹中;2、将HTML文件的后缀改成“.htm”;3、在原先的样式路径前加上“{dede:global.cfg_templets_skin/}”即可。

钉钉app外部联系人标签怎么删除?钉钉中是可以删除外部联系人标签的功能,但是多数小伙伴不知道钉钉外部联系人标签如何的删除,接下来就是小编为用户带来的钉钉app外部联系人标签删除方法图文教程,感兴趣的用户快来一起看看吧!钉钉app外部联系人标签怎么删除1、首先打开钉钉APP,主页面中点击如下图所示的【管理】功能;2、然后进入到企业管理的界面,找到其中的【外部联系人】;3、接着在外部联系人设置功能页,选择【标签管理】服务;4、之后在联系人标签主页面,选择你需要删除的标签组类型;5、最后点击标签组红色

HTML中video视频标签详解HTML5中的video标签是一种用于在网页上播放视频的标签。它可以使用不同的格式来呈现视频,例如MP4、WebM、Ogg等等。在本篇文章中,我们将详细介绍video标签的使用方法,并提供具体的代码示例。基本结构下面是video标签的基本结构:

区别:1、head标签用于定义文档头部,它是所有头部元素的容器,而header标签用于定义文档的页眉(介绍信息);2、浏览器都支持head标签,而旧版本浏览器均不支持header标签,需要IE9+以上浏览器才支持header标签。

如何使用HTML和CSS实现一个具有固定导航菜单的布局在现代网页设计中,固定导航菜单是常见的布局之一。它可以使导航菜单始终保持在页面顶部或侧边,使用户可以方便地浏览网页内容。本文将介绍如何使用HTML和CSS实现一个具有固定导航菜单的布局,并提供具体的代码示例。首先,需要创建一个HTML结构来呈现网页的内容和导航菜单。以下是一个简单的示例

随着Web应用的发展,带标签的输入框越来越受欢迎。这种输入框可以让用户更方便地输入数据,同时也方便用户对已输入的数据进行管理和搜索。Vue是一款非常强大的JavaScript框架,它可以帮助我们快速地实现带标签的输入框。本文将介绍如何使用Vue实现带标签的输入框。第一步:创建Vue实例首先,我们需要在页面上创建Vue实例,代码如下:&l

数据库是网站运行的核心,存储着用户数据、文章内容等重要信息,因此在网站运营过程中,数据库文件的备份和恢复显得尤为重要。对于使用织梦CMS搭建的网站来说,数据库文件的恢复同样是一项关键任务。本文将详细介绍织梦CMS数据库文件的恢复方法,并提供具体的代码示例,帮助用户迅速恢复网站数据,保障网站正常运行。一、备份数据库文件在恢复数据库文件之前,首先需要确保已经进行


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Linux new version
SublimeText3 Linux latest version

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

WebStorm Mac version
Useful JavaScript development tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft
