TA Post Format
开发者 |
akmanda
|
更新时间 |
2014年8月13日 04:18 |
捐献地址: |
去捐款 |
PHP版本: |
3.6 及以上 |
WordPress版本: |
3.9 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
TA post format plugin is a plugin to add functionality of WordPress post format. It will add meta box form that will make your post format more functional.
安装:
Just install this plugin and you will see new meta box at post format. Currently, new meta box is added at Video Post Format, Audio Post Format, Quote Post Format, Link Post Format, Status Post Format and Gallery Post Format.
To display the output, you need to add following code in your loop :
Video : <?php ta_post_format_video(); ?>
Audio : <?php ta_post_format_audio(); ?>
Gallery : <?php ta_post_format_gallery(); ?>
Status : <?php ta_post_format_status(); ?>
Link : <?php ta_post_format_link(); ?>
Quote : <?php ta_post_format_quote(); ?>
This plugin should be work in most of WordPress theme. It guarantee work for Themes Awesome WordPress Themes.