开发者 | eduardozulian |
---|---|
更新时间 | 2013年10月23日 19:29 |
捐献地址: | 去捐款 |
PHP版本: | 3.6 及以上 |
WordPress版本: | 3.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
post-format-gallery-widget
directory to the /wp-content/plugins/
directoryYes, that's it. You have to enable support for the gallery post format on your theme. This plugin will only search for galleries inside a post saved under the post format Gallery.
Yes. Just use the pfgw_gallery_classes
filter in your functions.php
file:
`
/**
The default type is post
. However, you can use pfgw_post_types
filter in your functions.php
file and then add or remove how many post types you wish. Just remember that your theme must support these post types as well.
`
/**
.widget_post_format_gallery