Sparrow html template styleshout

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Jsmith1240/Sparrow

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

readme.txt

================================================================================================== SPARROW is a clean, modern and visually attractive template. It is designed to be a multi-purpose site template. You can use it for many types of website: business, corporate, portfolio, marketing, etc. It is built using html5 and CSS3, is fully responsive and looks great on different devices. ================================================================================================== LICENSE: SPARROW is released under the Creative Commons Attribution 3.0 License (http://creativecommons.org/licenses/by/3.0/). This means that you are free: to Share - to copy, distribute, display, and perform the work to Remix - to make derivative works to make commercial use of the work Under the following conditions: Attribution - You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). For any reuse or distribution, you must make clear to others the license terms of this work Any of these conditions can be waived if you get permission from the copyright holder Attribution: You must include a credit link to our website(http://www.Styleshout.com) somewhere on your site. We prefer the footer credit that comes with the template but you are still free to move it somewhere else. ----------------------------------------------------------------------------------------------------- REMOVING THE LINK: We understand that there are situations where you want to use the template without the crediting obligation. If that's your case, you can always send us a credit removal fee of 10 USD through Paypal. This will allow you to use the template attribution/credit link free on ONE DOMAIN name. You can send your payments through Paypal to this address: ealigam@gmail.com If possible, kindly send us the site's url where the template is being used. Also, keep your Paypal receipt as proof of payment and your good to go. ------------------------------------------------------------------------------------------------------ SUPPORT: Since SPARROW is distributed for free, support is not offered. SPARROW is coded according to current web standards and we did our best to make the template easy to use and modify. If you have minimum web development experience, you can easily modify the template. However, If you're still new to HTML and CSS, I suggest that you visit the following tutorials: - http://tutsplus.com/course/30-days-to-learn-html-and-css/ - http://code.tutsplus.com/series/web-development-from-scratch--net-19995 These will teach you the essentials of HTML and CSS. In addition, if you want to include jQuery in your skill-set, you can also check out these tutorials: - https://tutsplus.com/course/30-days-to-learn-jquery/ - http://code.tutsplus.com/articles/jquery-for-absolute-beginners-video-series--net-2134 ------------------------------------------------------------------------------------------------------ GET THE LATEST VERSION: We update our templates on a regular basis so to make sure that you have the latest version, always download the template files directly at our website(http://www.styleshout.com/) ------------------------------------------------------------------------------------------------------- SOURCES AND CREDITS: I've used the following resources as listed. Fonts: - Raleway Font (http://www.google.com/fonts/specimen/Raleway) - Noto Sans Font (http://www.google.com/fonts/specimen/Noto+Sans) - Fira Sans Font for the Sparrow logo (http://www.fontsquirrel.com/fonts/fira-sans) Icons: - Font Awesome (http://fortawesome.github.io/Font-Awesome/) - iconmonstr (http://iconmonstr.com/) Stock Photos and Graphics: - UnSplash.com (http://unsplash.com/) - Morguefile.com (http://www.morguefile.com/) - BestPsdFreebies.com (http://www.bestpsdfreebies.com/) - PremiumPixels.com (http://www.premiumpixels.com/) Javascript Files: - JQuery (http://jquery.com/) - FlexSlider by Woothemes (http://www.woothemes.com/flexslider/) - Modernizr (http://modernizr.com/) - DoubleTapToGo.js (http://osvaldas.info/examples/drop-down-navigation-touch-friendly-and-responsive/doubletaptogo.js) --------------------------------------------------------------------------------------------------------- Thanks for downloading from Styleshout :)

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

License

artemkolishchak/sparrow

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

  1. Исправить ошибки в консоле. Разобраться с подключением шрифтов. Убрать ссылку с логотипа на домашней странице. Подогнать стили виджетов категорий и поиска. А также добавить виджет галереи.
  2. Сделать коректирование шаблонов: page-portfolio.php, single-portfolio.php, taxonomy-skills.php. А именно: ввывод контента, динамическое подхватывание и вывод.
  • WordPress;
  • Theme Customization API;
  • Developer Resources: Dashicons;
  • UNDERSCORES BASED THEME;
  • Advanced Custom Fields;
  • Advanced Custom Fields;
  • TGM Plugin Activation;
  • WP-KAMA;
  • Иерархия файлов темы (шаблона);
  • Заголовки style.css;
  • Шпаргалка;

1.3. screenshot.png(1200px x 900px).

Подключает файл шаблона header.php (шапку).

Подключает файл шаблона sidebar.php (сайдбар).

Подключает файл footer.php из шаблона (темы).

Запускает хук-событие wp_head. Вызывается в шапке сайта в файле: header.php

wp_head() — это Тег шаблона, который нужно вставлять перед , в файлах темы: header.php или index.php, если header.php не используется.

Запускает хук wp_footer — один из основных хуков, без которого не будут работать многие плагины. Вызывается в подвале темы, в файле footer.php.

Этот тег шаблона должен располагаться прямо перед закрывающим HTML тегом .

3. Подключаем js и css файлы:

Выводит атрибуты для HTML тега со значениями текущего языка: lang=»ru-RU»

Строит набор атрибутов для HTML тега HTML, содержащих название языка сайта и направление чтения для страницы.

Выводит информацию о сайте (блоге). Почти вся получаемая информация хранится в опциях сайта.

Функция относится к тегам шаблона и может быть использована в любом месте шаблона.

Выводит css классы относящиеся к текущей странице. Предназначен для использования в теге .

Срабатывает в момент подключения в очередь на вывод файлов стилей и скриптов.

На этот хук принято вешать функции, которые подключают стили и скрипты темы. Т.е. через этот хук принято подключать файлы стилей и скриптов: смотрите wp_enqueue_script() и wp_enqueue_style().

Правильно добавляет файл CSS стилей. Регистрирует файл стилей, если он еще не был зарегистрирован.

Правильно подключает скрипт (JavaScript файл) на страницу.

Получает ссылку (URL) на файл стилей style.css текущей темы.

Получает URL текущей темы. Не учитывает наличие дочерней темы. Не содержит закрывающий слэш.

4. Проверяем и по необходимости подключаем дополнительные возможности темы:

Вызывается каждый раз при загрузке страницы, сразу после того, как тема инициализирована. Обычно используется для того, чтобы установить базовые возможности темы: см. add_theme_support().

Регистрирует поддержку новых возможностей темы в WordPress (поддержка миниатюр, форматов записей и т.д.).

Загружает файл перевода темы (.mo) в память, для дальнейшей работы с ним.

Регистрируется одно расположение/место меню, к которому затем в админке прикрепляются меню.

Выводит произвольное меню, созданное в панели: «внешний вид > меню» (Appearance > Menus).

Регистрирует панель виджетов (место, куда размещаются виджеты в админ-панели, чтобы потом вывести их в лицевой части).

Проверяет используется ли указанная панель виджетов (область для виджетов, сайдбар). Сработает если в области для виджетов есть хоть один виджет. Условный тег.

Выводит на экран первую активную панель виджетов (сайдбар — панель в которой есть хотя бы один виджет). Можно указать ID или номер панели, какую именно выводить, если на сайте большее одной панели виджетов.

Регистрирует все стандартные виджеты WordPress при запуске.

  • the_title() — Выводит на экран заголовок записи. Принято использовать внутри цикла.
  • the_permalink() — Выводит УРЛ поста.
  • the_author() — Выводит имя автора поста.
  • the_author_posts_link() — Выводит ссылку (A тег) на архивную страницу постов автора записи. Текстом ссылки будет «отображаемое» имя автора.
  • the_date() — Выводит на экран или получает дату публикации поста или группы постов (опубликованные в один день). Используется в цикле WordPress.
  • the_time() — Выводит на экран время (дату) публикации текущей записи в Цикле WordPress.
  • the_category() — Выводит ссылки на рубрики, к которым принадлежит пост в виде HTML li списка или в произвольном формате.
  • the_content() — Выводит контент текущего поста (записи).
  • the_excerpt() — Выводит «отрывок» (цитату) поста или первые 55 слов контента, со вставкой в конец [. ].
  • get_posts() — Получает записи (посты, страницы, вложения) из базы данных по указанным критериям. Можно выбрать любые посты и отсортировать их как угодно.
  • get_posts() — Получает записи (посты, страницы, вложения) из базы данных по указанным критериям. Можно выбрать любые посты и отсортировать их как угодно.
  • the_posts_pagination() — Выводит на экран ссылки пагинации на след./пред. сет постов. Используется на страницах архивов (рубрики, метки, . ).

5. Соднание своего типа записей:

  • register_post_type() — Создает новый тип записи или изменяет имеющийся.
  • get_posts() — Получает записи (посты, страницы, вложения) из базы данных по указанным критериям. Можно выбрать любые посты и отсортировать их как угодно.
  • init

6. Создаем опции в customize темы с помощью Theme Customization API:

7. Добавляем произвольные поля с помощью Advanced Custom Fields:

8. Регистрируруем свой тип таксономии:

Добавляет (регистрирует) новую (пользовательскую) таксономию. Можно перезаписать существующую таксономию.

Функцию желательно вызывать во время события init.

+register_taxonomy_for_object_type() — Привязывает (добавляет) указанную таксономию к указанному типу записи (поста).

Используется, чтобы к типу поста добавить таксономию, например добавить метки к постоянным страницам.

Источник

Читайте также:  No module named paramiko python 3
Оцените статью