install_themes_upload [ WordPress Function ]
install_themes_upload ( $page = 1 )
| Defined at: |
|
Soorgelijke functies: install_themes_dashboard, install_plugins_upload, install_theme_information, install_themes_feature_list, list_theme_updates
No description yet.
Source
<?php
function install_themes_upload($page = 1) {
?>
<h4><?php _e('Install a theme in .zip format') ?></h4>
<p class="install-help"><?php _e('If you have a theme in a .zip format, you may install it by uploading it here.') ?></p>
<form method="post" enctype="multipart/form-data" action="<?php echo self_admin_url('update.php?action=upload-theme') ?>">
<?php wp_nonce_field( 'theme-upload') ?>
<input type="file" name="themezip" />
<?php submit_button( __( 'Install Now' ), 'button', 'install-theme-submit', false ); ?>
</form>
<?php
}
?>
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WordPress › Support » Theme won't upload via ZIP only FTP
The target directory is wrong, where are you uploading the theme from? You are uploading from the right place? Admin > Appearance > Install Themes > Upload ...
wordpress.org - PHPXRef 0.7 : WordPress : Detail view of theme-install.php
install_themes_upload() display_theme() display_themes() install_theme_information(). Functions ... install_themes_upload($page = 1) X- Ref. No description ...
phpxref.ftwr.co.uk - wp-admin/includes/theme-install.php source
127 </form> 128 <?php 129 } 130 add_action('install_themes_upload', ' install_themes_upload', 10, 1); 131 132 /** 133 * Prints a theme on the Install Themes ...
phpxref.ftwr.co.uk - How to Install WordPress + StudioPress Genesis Theme Framework
Jun 12, 2011 ... Reply · Christine McCarthy says: March 15, 2012 at 7:58 pm. Sorry, the interface changed. THEMES > INSTALL THEMES > UPLOAD. Reply ...
www.christine.biz