Home > CMS Tutorial > DEDECMS > body text

How to modify the dedeCMS friendly links of the DreamWeaver template to be drop-down

藏色散人
Release: 2019-12-09 09:44:44
Original
2452 people have browsed it

How to modify the dedeCMS friendly links of the DreamWeaver template to be drop-down

How to modify the Dreamweaver template dedeCMS friendly links to drop-down style?

Modify dedecms friendly links to drop-down style. Not only can the classification be clear, but if there are many connections, it can look simple and save space. However, such friendly links are not recognized by search engines.

Recommended learning: Dreamweaver cms

Let’s talk about the method:

First step:

Open include\taglib flink.lib.php under #Change to

$link = "<a href=&#39;".$dbrow->url."&#39; target=&#39;_blank&#39;>".cn_substr($dbrow->webname,$titlelen)."</a> ";
Copy after login

You can also edit it directly through the template in dedecms' background.

Second step:

Modify the homepage template

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

$link = "<option value=&#39;".$dbrow->url."&#39;>".cn_substr($dbrow->webname,$titlelen)."</option> ";
Copy after login

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!