Changeset 588341
- Timestamp:
- 08/21/2012 02:13:38 PM (14 years ago)
- File:
-
- 1 edited
-
mosaic-generator/tags/1.0/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mosaic-generator/tags/1.0/readme.txt
r588326 r588341 1 1 === Mosaic Generator === 2 Contributors: odn2 Contributors: ODiN 3 3 Donate link: http://omelchuck.ru/mosaic-generator/ 4 4 Tags: logo, image, media, mosaic, header, head … … 7 7 Stable tag: 1.0 8 8 9 Plugin creates mosaic from all images of the site and places itin any part of website.9 Plugin creates and places mosaic from all images on your blog in any part of website. 10 10 11 11 == Description == 12 = About = 12 13 13 14 * Plugin creates mosaic from all images of the site and places it in any part of website. You can configure all options. You can generate mosaic in html code with some images or in one big images. … … 19 20 == Installation == 20 21 21 1. Upload plugin files to the `/wp-content/plugins/` directory.<br> 22 2. Activate the plugin through the 'Plugins' menu in WordPress.<br> 23 3.Paste code between the end of "header" and "content" or in another place of your templates:22 * Upload plugin files to the `/wp-content/plugins/` directory. 23 * Activate the plugin through the 'Plugins' menu in WordPress. 24 * Paste code between the end of "header" and "content" or in another place of your templates: 24 25 <pre><code class="php"><?php mosaic_generator();?></code></pre> 25 <br> 26 1. Загрузите файлы плагина в директорию `/wp-content/plugins/`.<br> 27 2.Активируйте плагин в панели администратора.<br>28 3. Вставьте код <?php mosaic_generator();?>в нужное место шаблона.26 * Посетите страницу http://omelchuck.ru/mosaic-generator/ 27 * Загрузите файлы плагина в директорию /wp-content/plugins/ 28 * Активируйте плагин в панели администратора.<br> 29 * Вставьте вышеуказанный код в нужное место шаблона. 29 30 30 31 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.