wp-rounded-image
开发者 |
spintheweb
|
更新时间 |
2010年12月31日 01:08 |
捐献地址: |
去捐款 |
PHP版本: |
3.0.3 及以上 |
WordPress版本: |
3.0.3 |
详情介绍:
WP Rounded Image puts rounded borders around your images. It does it using HTML/CSS markup only.
When you post, any images contained in your post will receive rounding. Image will be replaced with markup.
This:
<img src="thetest.jpg" title="fantastico!" / >
Becomes this:
`
If the
` has the class "wp-rounded-off", it will not be replaced with the above markup. You can add the class to the image with the rounded markup, and the rounding markup will be removed.
安装:
- Unzip the plugin to to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Goto
settings->WP Rounded Image
for plugin settings.
更新日志:
1.0
- post images replaced with rounding markup on update
- options menu to configure the plugin and perform operations