赵诗武 發表於 2023-8-21 00:00:00

织梦dedecms简略标题调用标签用法指南

<p style='margin: 0px; padding: 5px 0px; outline: none; font-size: 14px; line-height: 30px; font-family: tahoma, arial, "Microsoft YaHei";'>
        下面来看看DEDE织梦CMS简略标题调用方法: <br>
          使用的代码如下: </p>
<blockquote>
        <ol class="dp-c">
<li class="alt">
                        <span><span>&lt;ul&gt;  </span></span>
</li>
                <li>
                        <span> {dede:arclist titlelen=<span class="string">'60'</span><span> orderby=</span><span class="string">'pubdate'</span><span> row=</span><span class="string">'6'</span><span> typeid=</span><span class="string">'5'</span><span>}  </span></span>
</li>
                <li class="alt">
                        <span> &lt;li&gt;&lt;a href=”” title=”“ target=”_blank”&gt;&lt;img border=0 src=”“&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;  </span>
</li>
                <li>
                        <span> {/dede:arclist}  </span>
</li>
                <li class="alt">
                        <span> &lt;/ul&gt;  </span>
</li>
        </ol>
</blockquote>
<p>
        <span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>title=” :原标题 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'> :简短标题 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>但是有时候如果没有写简略标题呢? </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>我们就可以用这个标签了: </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'> if(@me['shorttitle']=='') @me=@me['title'];else @me=@me['shorttitle'];。 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>上面说的是在栏目页的简略标题调用标签。 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>在织梦CMS内容页就要用下面这两个标签了: </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>{dede:field.shorttitle/} </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>{dede:field name='array' runphp='yes'} if(@me['shorttitle']=='') @me=@me['title'];else @me=@me['shorttitle'];{/dede:field} </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>简略标题的字数是做了限制的,可以在管理目录dede文件夹下找到下面5个文件: </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>archives_add.php,archives_do.php,archives_edit.php,article_add.php,article_edit.php </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>然后分别在文件中找到代码: </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>$shorttitle = cn_substrR($shorttitle,36); </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>把36改成80就可以了。 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>简略标题简单易用,很多站长暂时可能还用不到简略标题,不过简略标题在一些大网站中经常用到,有时候还必须用。 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>所以这个还是值得收藏一下的。 </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>dedecms 5.1[已测] </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>{dede:field name='shorttitle' runphp='yes'}if(@me == "") @me = "";else @me = "@me ";{/dede:field}{dede:field name='title'/} </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>dedecms 5.3以上[没测] </span><br style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'><span style='font-family: tahoma, arial, "Microsoft YaHei"; font-size: 14px;'>&lt;title&gt;{dede:field.shorttitle runphp='yes'}if(@me == "") @me = "";else @me = "@me ";{/dede:field}{dede:field.title/}&lt;/title&gt;</span></p>
頁: [1]
查看完整版本: 织梦dedecms简略标题调用标签用法指南