Home > CMS Tutorial > DEDECMS > body text

How to remove the bold font effect in the list of recommended documents in DreamWeaver

王林
Release: 2019-11-07 10:26:37
Original
1966 people have browsed it

How to remove the bold font effect in the list of recommended documents in DreamWeaver

dede’s recommended articles in the list are bolded by default, as shown below:

How to remove the bold font effect in the list of recommended documents in DreamWeaver

If you don’t want to be bolded, you can do the following Changes:

1. Find the file in include:

arc.listview.class.php
Copy after login

2. 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

Recommended tutorial: dedecms tutorial

The above is the detailed content of How to remove the bold font effect in the list of recommended documents in DreamWeaver. 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