Home  >  Article  >  CMS Tutorial  >  How to remove the bold font effect in the list of recommended documents in DreamWeaver

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

王林
王林Original
2019-11-07 10:26:371952browse

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

2. Find and delete the following code:

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

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!

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