Home > CMS Tutorial > DEDECMS > body text

How to get rid of the bold title in DedeCMS list recommendation

藏色散人
Release: 2019-12-26 09:57:21
Original
2292 people have browsed it

How to get rid of the bold title in DedeCMS list recommendation

How to remove the bold title in the DedeCMS list recommendation?

dede’s recommended articles in the list are bold by default

Recommended learning:梦Weavercms

If you are unclear, you can look at the picture:

How to get rid of the bold title in DedeCMS list recommendation

The one in black is the default. If you don't want to be blacklisted, you can make the following changes.

Find the file in include:

arc.listview.class.php

Find and delete the following code:

if(preg_match('/c/', $row['flag']))
{
$row[&#39;title&#39;] = "<b>".$row[&#39;title&#39;]."</b>";
}
Copy after login

Hope to give it to those in need some help.

The above is the detailed content of How to get rid of the bold title in DedeCMS list recommendation. 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!