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?
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!