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:
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['title'] = "<b>".$row['title']."</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!