This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Keymap (Windows Users): | |
| [ | |
| { "keys": ["alt+shift+f"], "command": "reindent" }, | |
| ] | |
| Settings: | |
| { | |
| "show_definitions": false, | |
| "auto_complete": false, | |
| "bold_folder_labels": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <title>Поиск Google</title> | |
| <form> | |
| <h1>Google:</h1> | |
| <input type="search" name="q" placeholder="введите запрос..."> | |
| <input type="submit" formaction="http://google.com/search?q" value="↑ жЫм ↑"> | |
| </form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php bloginfo('template_url'); ?> | |
| <!-- Путь до изображений --> | |
| <?php | |
| // Подключение стилей и скриптов в functions.php | |
| function register_styles() { | |
| wp_register_style('my-bootstrap', get_template_directory_uri() . | |
| '/libs/bootstrap/bootstrap-grid-3.3.1.min.css'); | |
| wp_enqueue_style('my-bootstrap'); |