


A complete list of dede tag calls dedecms with a dividing line every five lines_PHP tutorial
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 calling 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'/}
Article click call tag:
Article content calling tag: {dede:field name='body'/}
Article paging call tag: {dede:pagebreak/}
[Collection]
[Recommended]
[Comments]
[Print]
[Close]
Number of likes for the article Tag: {dede:field name='digg'/} Like< ;/a>
Previous article Next article Tags: {dede:prenext get='pre'/}{dede:prenext get='next'/}
Toutiao recommended call tag: {dede:arclist row=1 titlelen=24 orderby=pubdate att=2}
[field:description/]……
Latest article call tag: {dede:arclist row=8 titlelen=24 orderby=pubdate}
Hot keyword call tag: {dede:hotwords num='5' subday='30'/}
The latest image and text call tag: {dede:arclist row=4 titlelen=20 orderby=pubdate type='image.' imgwidth='152' imgheight='98'}
推荐文档调用标签: {dede:arclist type='commend' titlelen='40' row='10'}
随机推荐调用标签: {dede:arclist type='commend' titlelen='26' orderby='rand' row='10'}
热点文档调用标签: {dede:arclist orderby='click' titlelen='40' row='10'}
相关文档调用标签: {dede:likeart titlelen='24' row='10'}
调用图片链接标记:
[field:image/]
调用文字链接标记: [field:title/]
[field:title /]
控制字数描述标记: [field:description function="cn_substr(@me,100)"/]...
调用文章tags标记: {dede:tag type='current'/}
文章关键字与描述: {dede:field name='keywords'/}
{dede:field name='description' function='html2text(@me)'/}
栏目介绍:{dede:field name='description' function='html2text(@me)'/}
调用外部htm文件:{dede:include file='head.htm' ismake='yes'/}
搜索文章调用标签:{dede:global name='keyword'/}"的搜索结果 - {dede:global name='cfg_webname'/} 搜索" {dede:global name='keyword'/}" 的结果
递增序列号: [field:global name=autoindex/]
列表隔5行加一行线:
{dede:list pagesize='50'}
$a="".strftime('%m-%d',@me)."";
$b=strftime('%m-%d',@me);
$ntime = time();
$day3 = 3600 * 24;
if(($ntime - @me) < $day3) @me = $a;
else @me =$b;
[/field:pubdate]
[field:global name=autoindex runphp="yes"]
if(@me%5==0)@me="
";
else @me="";
[/field:global]
{/dede:list}
最新 文章列表 “隔行换色” 的方法
{dede:arclist orderby=pubdate titlelen='26' row='10'}
[field:global runphp='yes' name=autoindex]
$a="
$b="
if ((@me%2)==0) @me=$a;
else @me=$b;
[/field:global]
- [field:title/]
{/dede:arclist}
Article times updated within 24 hours are displayed in red:
[field:pubdate runphp='yes']
$a="".strftime('%m-%d',@me)."";
$b=strftime('%m-%d',@me);
$ntime = time();
$day3 = 3600 * 24;
if(($ntime - @me) < $day3) @me = $a;
else @me =$b;
[/field:pubdate]
COPY page content, automatically add website information at the end, which is beneficial to SEO
Click the article ranking 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 column on the homepage
{dede:channel type=’sun’ typeid=’Column ID’}
[field:typename/]
{/dede:channel}
or
{dede:global name=’maplist’/}
Search form call tag:
Implement the form of "article title - level 2 column - level 1 column - website name"
{dede:field name='title'/}-{dede:field name='position' runphp='yes'}
$tc="-"; //separator
$tw=$GLOBALS['cfg_list_symbol']; //Calling position separator
@me=html2text(@me); //Remove html tag
$tf=split($tw,@me); //Decompose into array
for($ta=(count($tf)-2);$ta>=1;$ta--){ //Loop assignment to $tk
$tk.=trim($tf[$ta]).$tc;
}
$tk=substr($tk,0,-1);
@me=$tk; //Assign value to @me
{/dede:field}-{dede:global name='cfg_webname'/}
Call thumbnail:
Published articles display the date in red or add the word new or a small picture of new
Articles published in the past three days (or on the same day) will be displayed with a red date or the word new or a small picture of new, etc.
They all focus on pubdate and write extensions.
The 2nd and 3rd issues to note are: For example: " cannot use double quotes, otherwise it will not work.
If you want to add the same day, just change 3600 * 24 * 3 to 3600 * 24.
1. ==========Red date========
[field:pubdate runphp='yes']
$a="".strftime('%m-%d',@me)."";
$b=strftime('%m-%d',@me);
$ntime = time();
$day3 = 3600 * 24 * 3;
if(($ntime - @me) < $day3) @me = $a;
else @me =$b;
[/field:pubdate]
2. ==========Red (new)========
[field:pubdate runphp='yes']
$aa=strftime('%m-%d',@me);
$ntime = time();
$tagtime = @me;
$day3 = 3600 * 24 * 3;
if($tagtime > $ntime-$day3) @me = "(new)";
else @me = $aa;
[/field:pubdate]
3. ==========Add new.gif small picture========
[field:pubdate runphp='yes']
$aa=strftime('%m-%d',@me);
$ntime = time();
$tagtime = @me;
$day3 = 3600 * 24 * 3;
if($tagtime > $ntime-$day3) @me = "".$aa;
else @me = $aa;
[/field:pubdate]
Time effect
[field:pubdate runphp="yes"]
if((time()-@me)<(60*60*24)){@me=' '.strftime("%H:%M",@me ).'';}
[/field:pubdate]
DEDE SEO Tips Add Baidu to search this article
【< font color=red>Search for more traditional Chinese characters on Baidu】
Change the URL without adding http
【
Call tag: {dede:field name='keywords' runphp='yes' }
if(!empty(@me)){
$kws = explode(' ',@me);
@me = "";
foreach($kws as $k){
@me .= "$k ";
}
@me= str_replace('+', ' ',trim(@me));
}
{/dede:field}
Author: yu__yfchun125

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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The Meta Connect 2024event is set for September 25 to 26, and in this event, the company is expected to unveil a new affordable virtual reality headset. Rumored to be the Meta Quest 3S, the VR headset has seemingly appeared on FCC listing. This sugge

Get your GPU ready! Llama3.1 finally appeared, but the source is not Meta official. Today, the leaked news of the new Llama large model went viral on Reddit. In addition to the basic model, it also includes benchmark results of 8B, 70B and the maximum parameter of 405B. The figure below shows the comparison results of each version of Llama3.1 with OpenAIGPT-4o and Llama38B/70B. It can be seen that even the 70B version exceeds GPT-4o on multiple benchmarks. Image source: https://x.com/mattshumer_/status/1815444612414087294 Obviously, version 3.1 of 8B and 70

Last night Meta released the Llama38B and 70B models. The Llama3 instruction-tuned model is fine-tuned and optimized for dialogue/chat use cases and outperforms many existing open source chat models in common benchmarks. For example, Gemma7B and Mistral7B. The Llama+3 model improves data and scale and reaches new heights. It was trained on more than 15T tokens of data on two custom 24K GPU clusters recently released by Meta. This training dataset is 7 times larger than Llama2 and contains 4 times more code. This brings the capability of the Llama model to the current highest level, which supports text lengths of more than 8K, twice that of Llama2. under

Llama3 is here! Just now, Meta’s official website was updated and the official announced Llama 38 billion and 70 billion parameter versions. And it is an open source SOTA after its launch: Meta official data shows that the Llama38B and 70B versions surpass all opponents in their respective parameter scales. The 8B model outperforms Gemma7B and Mistral7BInstruct on many benchmarks such as MMLU, GPQA, and HumanEval. The 70B model has surpassed the popular closed-source fried chicken Claude3Sonnet, and has gone back and forth with Google's GeminiPro1.5. As soon as the Huggingface link came out, the open source community became excited again. The sharp-eyed blind students also discovered immediately

Just now, the long-awaited Llama 3.1 has been officially released! Meta officially issued a voice that "open source leads a new era." In the official blog, Meta said: "Until today, open source large language models have mostly lagged behind closed models in terms of functionality and performance. Now, we are ushering in a new era led by open source. We publicly released MetaLlama3.1405B, which we believe It is the largest and most powerful open source basic model in the world. To date, the total downloads of all Llama versions have exceeded 300 million times, and we have just begun.” Meta founder and CEO Zuckerberg also wrote an article. Long article "OpenSourceAIIsthePathForward",

As a popular short video social platform, Douyin has a huge user base. For Douyin creators, using tags to attract traffic is an effective way to increase the exposure of content and attract attention. So, how does Douyin use tags to attract traffic? This article will answer this question in detail for you and introduce related techniques. 1. How to add tags on Douyin to attract traffic? When posting a video, make sure to choose tags that are relevant to the content. These tags should cover the topic and keywords of your video to make it easier for users to find your video through tags. Leveraging popular hashtags is an effective way to increase your video’s exposure. Research current popular tags and trends and incorporate them into your video descriptions and tags. These popular tags usually have higher visibility and can attract the attention of more viewers. 3. Label

When browsing Douyin works, we often see a clock icon behind the tag. So, what exactly is this clock? This article will focus on the discussion of "What is the clock behind the Douyin label", hoping to provide some useful reference for your use of Douyin. 1. What is the clock behind the Douyin label? Douyin will launch some hot topic challenges. When users participate, they will see a clock icon after the tag, which means that the work is participating in the topic challenge and displays the remaining time of the challenge. For some time-sensitive content, such as holidays, special events, etc., Douyin will attach a clock icon after the label to remind users of the validity period of the content. 3. Popular tags: When a tag becomes popular, Douyin will add a clock icon after the tag to indicate that the tag is

Over a year has now passed from Meta's initial release of the Quest 3 (curr. $499.99 on Amazon). Since then, Apple has shipped the considerably more expensive Vision Pro, while Byte Dance has now unveiled the Pico 4 Ultra in China. However, there is
