Popular Posts Widget |
Bước 1 : Vào Layout rồi chọn “Add a Gadget” và chèn Popular Posts Widget từ danh sách Widget.
Bước 2 : Đặt tiêu để (title) của Widget, chọn cách hiển thị popular post (theo tháng, tuần, hay tất cả) rồi click Save.
Bước 3 : Vào Template -> Edit HTML , tìm (nhấn Ctrl + F) đoạn code sau :
1
| ]]></b:skin> |
Sau đó copy đoạn code sau và dán (paste) ngay trên nó :
<!-- Popular posts multi colored UI theme -->
#PopularPosts
1
ul{
margin
:
0
;
padding
:
5px
0
;
list-style-type
:
none
}
#PopularPosts
1
ul li{
position
:
relative
;
margin
:
5px
0
;
border
:
0
;
padding
:
10px
}
#PopularPosts
1
ul li:first-child{
background
:
#ff4c54
;
width
:
97%
}
#PopularPosts
1
ul li:first-child:after{
content
:
"1"
}
#PopularPosts
1
ul li:first-child + li{
background
:
#ff764c
;
width
:
87%
}
#PopularPosts
1
ul li:first-child + li:after{
content
:
"2"
}
#PopularPosts
1
ul li:first-child + li + li{
background
:
#ffde4c
;
width
:
84%
}
#PopularPosts
1
ul li:first-child + li + li:after{
content
:
"3"
}
#PopularPosts
1
ul li:first-child + li + li + li{
background
:
#c7f25f
;
width
:
81%
}
#PopularPosts
1
ul li:first-child + li + li + li:after{
content
:
"4"
}
#PopularPosts
1
ul li:first-child + li + li + li + li{
background
:
#33c9f7
;
width
:
78%
}
#PopularPosts
1
ul li:first-child + li + li + li + li:after{
content
:
"5"
}
#PopularPosts
1
ul li:first-child + li + li + li + li +li{
background
:
#7ee3c7
;
width
:
75%
}
#PopularPosts
1
ul li:first-child + li + li + li + li + li:after{
content
:
"6"
}
#PopularPosts
1
ul li:first-child + li + li + li + li + li +li{
background
:
#f6993d
;
width
:
72%
}
#PopularPosts
1
ul li:first-child + li + li + li + li + li + li:after{
content
:
"7"
}
#PopularPosts
1
ul li:first-child + li + li + li + li + li + li +li{
background
:
#f59095
;
width
:
69%
}
#PopularPosts
1
ul li:first-child + li + li + li + li + li + li + li:after{
content
:
"8"
}
#PopularPosts
1
ul li:first-child + li + li + li + li + li + li + li +li{
background
:
#c7f25f
;
width
:
66%
}
#PopularPosts
1
ul li:first-child + li + li + li + li + li + li + li + li:after{
content
:
"9"
}
#PopularPosts
1
ul li:first-child:after,
#PopularPosts
1
ul li:first-child + li:after,
#PopularPosts
1
ul li:first-child + li + li:after,
#PopularPosts
1
ul li:first-child + li + li + li:after,
#PopularPosts
1
ul li:first-child + li + li + li + li:after,
#PopularPosts
1
ul li:first-child + li + li + li + li + li:after,
#PopularPosts
1
ul li:first-child + li + li + li + li + li + li:after,
#PopularPosts
1
ul li:first-child + li + li + li + li + li + li + li:after,
#PopularPosts
1
ul li:first-child + li + li + li + li + li + li + li + li:after{
position
:
absolute
;
top
:
20px
;
right
:
-15px
;border-radius:
50%
;
background
:
#353535
;
width
:
30px
;
height
:
30px
;
text-align
:
center
;
font-size
:
28px
;
color
:
#fff
}
#PopularPosts
1
ul li .item-thumbnail{
float
:
left
;
border
:
0
;
margin-right
:
10px
;
background
:
transparent
;
padding
:
0
;
width
:
70px
;
height
:
70px
;}
#PopularPosts
1
ul li a{
font-size
:
13px
;
color
:
#444
;
text-decoration
:
none
}
#PopularPosts
1
ul li a:hover{
color
:
#222
;
text-decoration
:
none
}
#PopularPosts
1
img{
-moz-border-radius:
130px
;
-webkit-border-radius:
130px
;
border-radius:
130px
;
-webkit-transition:
all
0.3
s ease;
-moz-transition:
all
0.3
s ease;
transition:
all
0.3
s ease;
padding
:
4px
;
border
:
1px
solid
#fff
!important
;
}
#PopularPosts
1
img:hover {
border-radius:
0
0
0
0
;
-moz-transform: scale(
1.2
) rotate(
-711
deg) ;
-webkit-transform: scale(
1.2
) rotate(
-711
deg) ;
-o-transform: scale(
1.2
) rotate(
-711
deg) ;
-ms-transform: scale(
1.2
) rotate(
-711
deg) ;
transform: scale(
1.2
) rotate(
-711
deg) ;
}
<!-- popular posts multicolored UI theme -->
Click Save để hoàn tất.
Bây giờ các bạn có thể xem thành quả của mình , mình mong là các bạn có thể thích với kiểu thiết kế này.