User Tools

Site Tools


ru:components

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
ru:components [2013/09/17 11:53]
vladislav created
ru:components [2013/09/17 12:10]
vladislav
Line 1: Line 1:
 ====== Компоненты ====== ====== Компоненты ======
  
-Components are small snippits of code or text that can be inserted into a theme templateThese are ideal for small blocks of text that are part of a theme file that the website owner may want to edit down the roadExamples are taglinesquotesor sidebar items.+Компонентом в GetSimple называется код или текст, который может включаться в шаблон темыКомпоненты идеальны для хранения небольших блоков кода, которые владелей сайта может редактировать,​ не затрагивая при этом файл шаблона,​ в котором вызывается данный компонентКомпоненты могут использоваться для хранения цитатблоков объявлений или рекламыэлементов сайдбара,​ кода погодных информеров,​ и.т.д.
  
-To create a componentlog into your administrator panel and goto **Theme -> Edit Components**. From thereit is pretty self explanatory on how to add or edit existing components.+Для создания компонента войдите в административную панельвыберите вкладку ​**Темы**, затем пункт бокового меню **Редактировать компоненты**. Интерфейс для редактирования или добавления новых компонентов интуитивно понятен и не требует объяснения.
  
-At the top right of each component is the PHP coded needed to insert that particular component into a theme file:+В правом верхнем углу каждого компонента располагается ​PHP-код, с помощью которого происходит вызов компонента в щаблонах:
  
-<​code><?​php get_component('​tagline'); ?></​code>​+<​code><?​php get_component('​Имя_вашего_компонента'); ?></​code>​
  
-**Hint**: To change an existing component'​s title, double click the title, and it will change to become editable.+**На заметку**: Имя компонента становится доступным для редактирования по двойному клику мыши.
 {{:​componenet-title.png|}} {{:​componenet-title.png|}}
  
ru/components.txt · Last modified: 2014/11/08 18:53 by Byteler