开发者 | Viewplex |
---|---|
更新时间 | 2014年5月29日 01:39 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 3.9.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
vp-broadcast-lite
folder into your plugins folder (/wp-content/plugins/).You need to set up Add HTML markup for opening page wrappers and Add HTML markup for closing page wrappers options at WP-Admin -> Settings -> vpBroadcast Lite.
To loacte this wrappers - you need to open in editor template page.php or index.php from your theme. Next you need to find the loop. The loop usually starts with a:
<?php if ( have_posts() ) :
and usually ends with:
<?php endif; ?>
But this varies between themes. Opening and closing wrappers - it's HTML markup before and after these code parts.
If you can't correctly setup opening and closing page wrappers - you may use shortcode [single_broadcast] to display your broadcast at any post or page.