File size: 847B
<?php echo $this->validation()->messages() ?>
<h1><?php echo __('Bulk insert') ?></h1>
<h3>Instruction for bulk upload</h3>
<ol>
<li>Create .csv file in given format. <a href="<?php echo URL_ASSETS ?>js/insert_example.csv" target="_blank">Download example file.</a> "name" (wallpaper name. ex: Sunset) and "img" (wallpaper file name. ex: sunset.jpg) fields mandatory.</li>
<li>Add wallpaper details one per line to csv. Do not touch first line with column names.</li>
<li>Save file as "insert.csv" and upload to <b>/user-content/insert/</b> folder.</li>
<li>Upload images into <b>/user-content/insert/images/</b> folder.</li>
<li>Make sure <b>/user-content/insert/</b> folder with subfolders and files writable.</li>
<li><a href="<?php echo get_url('admin/bulkPreview/') ?>">Start bulk insert.</a></li>
</ol>