开发者 | eveevans |
---|---|
更新时间 | 2016年4月5日 04:56 |
捐献地址: | 去捐款 |
PHP版本: | 2.8 及以上 |
WordPress版本: | 4.4.2 |
The images are taken through the_post_thumbail function, as set in post's edit screen
The image sizes are definied in the Media Settings of Wordpress options. The default are:
You can define the styles in your style.css file, the widget has its own CSS classes (you can see it with Firebug, Web Inspector, Dragonfly or tools like that). For example, if you want to change the size of title you can define a class like: h3.ev-widget-post-tittle {font-size:16px;}