Mio Custom Recent Posts Widget Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
That can be configured item
- Change of title
- Display switching of thumbnail
- Setting the thumbnail size ( to abide to the size of the media settings )
- The setting of the display number
- Display settings Posted
- Setting of post type
Languages
- English
- Japanese
HTML code that is output
<div id="mio_custom_recent_posts-{Num}" class="widget widget_custom_recent_entries">
<h3 class="widgettitle heading-mark"><span class="f-um">{widget-title}</span></h3>
<ul>
<li>
<a href="{post-url}">
<span class="thumb">
<img width="150" height="150" src="{Image File URL}" class="attachment-thumbnail wp-post-image" alt="{Media alt}"/>
</span>
<span class="title">{post-title}</span>
</a>
<span class="post-date on-thumb">{post-date}</span>
</li>
</ul>
</div>
CSS setting of the initial state
.widget_custom_recent_entries > ul {
list-style: none;
}
.widget_custom_recent_entries > ul > li {
position: relative;
}
.widget_custom_recent_entries > ul > li:before,
.widget_custom_recent_entries > ul > li:after {
content: "";
display: table;
}
.widget_custom_recent_entries > ul > li:after {
clear: both;
}
.widget_custom_recent_entries > ul > li + li {
margin-top: 10px;
}
.widget_custom_recent_entries .thumb {
float: left;
display: block;
width: 80px;
height: 80px;
}
.widget_custom_recent_entries .thumb img {
max-width: 100%;
height: auto;
}
.widget_custom_recent_entries .thumb + .title {
margin-left: 88px;
}
.widget_custom_recent_entries .title {
display: block;
}
.widget_custom_recent_entries .post-date {
display: block;
}
.widget_custom_recent_entries .post-date.on-thumb {
margin-left: 88px;
}
Go to the widget screen , please set the ” Custom Recent Posts ” to your own widget area .
I’m sorry. We have created the English with Google Translate .
Screenshots
No screenshots provided