Home  >  Article  >  CMS Tutorial  >  How to get rid of the bold title in DedeCMS list recommendation

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

藏色散人
藏色散人Original
2019-12-26 09:57:212250browse

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>";
}

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!

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