Thank you for the reply. I suddenly had the idea to search the theme upload folder I have on my computer and I found “top articles” in the style css file.
Supposedly the “top articles” are the most recent articles in the past 2 weeks that have the most comments. In style.css I see featured/top articles but that is super confusing because there are two categories – featured and top articles (two different set of links).
So I am still confused. I know that the css is talking about the “featured” part because there is stuff about images. As you can see the top articles have no images.
So confused right now.
/************************************************************\
* Featured / Top Articles
\************************************************************/
.ftop {padding:10px;}
.ftop .featured {float:left;width:630px;position:relative;}
.ftop .featured .fwrap {width:630px;height:280px;overflow:hidden;position:relative;}
.ftop .featured ul {width:100000px;position:absolute;top:0;left:0;}
.ftop .featured li {list-style:none;float:left;width:630px;}
.ftop .featured li img {vertical-align:middle;display:block;width:630px;height:230px;overflow:hidden;}
.ftop .featured li div {margin-top:1px;padding:5px;}
.ftop .featured li div a {font-weight:bold;}
.ftop .featured li div a.title {font-size:18px;font-weight:bold;}
.ftop .featured .fthumbs {position:absolute;top:10px;left:10px;z-index:8;height:215px;overflow:hidden;}
.ftop .featured .fthumbs img {border:2px solid #333;vertical-align:middle;margin-bottom:5px;width:62px;height:34px;display:block;}
.ftop .featured .fthumbs img.active {border:2px solid #fff;}
.ftop .featured a {outline:none;}
.ftop .top {float:right;width:300px;}
.ftop .top li {padding:10px 0;list-style:none;}
.ftop .top li a {font-weight:bold;}
.ftop .top li span {display:block;font-size:11px;height:14px;overflow:hidden;}
.ftop .top li span a.comments {float:right;}