Home > CMS Tutorial > DEDECMS > 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

藏色散人
Release: 2019-12-18 10:29:11
Original
2018 people have browsed it

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]
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template