首页 >

织梦DedeCMS调用当前网址的方法

动态网址调用当前网址的方法:
当在制作织梦DedeCMS网站模板的时候,经常都会运用到调用网站地址的标签,那么下面织梦Dedecms模板网就在这里给大伙例举了几个常见的方法。
适用于:封面页 | 列表页 | 内容页
{dede:CurUrl runphp=’yes’}
@me = GetCurUrl();
{/dede:CurUrl}

静态网址调用当前地址的方法:
适用于:内容页
第1种方法
在内容页模版中加入 :
{dede:global.cfg_basehost/}{dede:field name=’arcurl’/}

第2种方法
在内容页模版中加入:
{dede:global.cfg_basehost/}{dede:field.id
runphp=’yes’}$id=@me;@me=”;$url=GetOneArchive($id);@me=$url[‘arcurl’];{/dede:field.id}

  • 织梦DedeCMS让curentstyle支持栏目英文名、缩略图、递增
  • 织梦DedeCMS让curentstyle支持栏目英文名、缩略图、递增 | 织梦DedeCMS让curentstyle支持栏目英文名、缩略图、递增 ...

  • 对织梦DedeCMS进行二次开发
  • 对织梦DedeCMS进行二次开发 | 对织梦DedeCMS进行二次开发 ...

  • 教你修改织梦DedeCMS验证码的样式
  • 教你修改织梦DedeCMS验证码的样式 | 教你修改织梦DedeCMS验证码的样式 ...