Home  >  Article  >  CMS Tutorial  >  How to remove the bold effect of recommended articles in DedeCMS column list

How to remove the bold effect of recommended articles in DedeCMS column list

藏色散人
藏色散人Original
2019-12-18 10:29:111948browse

How to remove the bold effect of recommended articles in DedeCMS column list

How to remove the bold effect of recommended articles in DedeCMS column list?

About the bold effect of recommended articles in DEDECMS column list I believe everyone has used it before. Because the width of the list is limited, when we use bold, it is easy for the list to wrap in the wrong line. Now I will teach you how to remove the column, article list, and recommended articles to be bold, but other positions are still bold. Body.

Recommended study: 梦Weavercms

Find include - arc.listview.class.php, remove or comment the following code:

[code] 
if(ereg('c',$row['flag'])) 
{ 
$row['title'] = ".$row['title']."; 
} 
[html]

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