[field:link /]" in the file to "[field:link / ]"; then modify the homepage template."/> [field:link /]" in the file to "[field:link / ]"; then modify the homepage template.">

Home  >  Article  >  CMS Tutorial  >  How to modify dede friendly links to drop-down style

How to modify dede friendly links to drop-down style

藏色散人
藏色散人Original
2020-01-08 09:17:591498browse

How to modify dede friendly links to drop-down style

How to modify dede friendly links to drop-down style?

Modify dede friendly links to drop-down style

Recommended study: 梦Weavercms

Modify dedecms friendly links to drop-down style. Changed to drop-down style, not only can the classification be clear, but also you can view it if there are many connections. It's simple to set up and saves space. However, such friendly links are not recognized by search engines.

Let’s talk about the method:

The first step:

Open flink.lib.php under include\taglib and change 25edfb22a4f469ecb59f1190150159c6[field:link / ]bed06894275b65c1ab86501b08a632ebChange to [field:link /]

Then change

$link = "url."' target='_blank'>".cn_substr($dbrow->webname,$titlelen)." ";

on line 46 to

$link = " ";

You can also use the background template of dedecms - Edit directly.

Second step:

Modify the home page template

Change the original friendly link {dede:flink row='24'/} to

 

That is, the friendly links of the first and second categories are called respectively.

The above is the detailed content of How to modify dede friendly links to drop-down style. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn