人気記事一覧

[wordpressで人気記事ランキングを固定ページとして表示する

wpp range="monthly" order_by="views" limit=10 thumbnail_width=267 thumbnail_height=150 excerpt_format=0 excerpt_length=0 wpp_start='<ol class="wpp-list2">' wpp_end="</ol>" post_html='<li style="list-style:none;"><p style="margin-right:1em;float:left">{thumb}</p><p><b><a href="{url}">{text_title}</a></b><br /><span>{summary}</span></p><p style="clear:both"></p></li>']
[<style>
.rnk-list{
    margin: 0!important;
    padding-left: 0!important;
    counter-reset: no;
list-style-type:none;
}
.rnk-list li:before{
    content: counter(no);
    counter-increment: no;
    color: white;
    background-color: #708090;
    text-align: center;
    opacity: .999;
    float: left;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: -25px;
    margin-top: 0 !important;
}
.rnk-list li p{
    line-height: 1.3;
float: left;
}
.rnk-list li p span{
    font-size:0.8em;
}

.rnk-list a {

}


.wpp-thumbnail {
    display: inline;
    float: left;
    margin: 0 1rem 0 0;
    border: none;
    width: 100%;
}


</style>]
タイトルとURLをコピーしました