开发者 | ryankienstra |
---|---|
更新时间 | 2015年6月8日 09:23 |
捐献地址: | 去捐款 |
PHP版本: | 4.0 及以上 |
WordPress版本: | 4.2.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Twitter Bootstrap 3, Glyphicons, and WordPress 4.0
No, only administrators, or those with 'manage_options' capabilities. But you can change this by using the filter 'awr_capability_to_edit_widgets'
You and other administrators are the only ones who will see empty rows. Still, you can change the number of rows on a page by entering this in your functions.php file:
add_filter( 'awr_amount_of_sidebars_on_page' , 'my_awr_sidebar_count' ); function my_awr_sidebar_count( $count ) { return 3; // or your number }
In the "Widget Rows" settings page, click "New Page," and type the name of the old page. If you don't remember the name of the page, find its name the admin menu by going to "Pages" > "Trash."
No. You'll only see your header, footer, and widget rows. But you may create your own template and use the filter 'awr_template_path.'