F
F
freeman02042017-03-08 20:34:00
Joomla
freeman0204, 2017-03-08 20:34:00

Are there convenient tags for Joomla and the like in Wordpress?

Как я понял что бы что то вызвать или вывести в Joomla нужно писать на ооп php, как в Wordpress все делается функциями с их параметрами для вывода и создания меню, кастомных полей и тд. Есть много сайтов с описанием этих функций. Вот в Wordpress для вывода заголовка нужна функция the_title(), гуглю по этому же вопросу по Joomla и сразу не нахожу прямого ответа. С Joomla я так понял шаблон разработать сложнее? Глянул на готовый шаблон и там, вызовы функций и свойств с класса. Как по мне это сложнее чем в Wordpress. Хотя дописать что то в Wordpress можно и на ооп тоже.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Сергей Горячев, 2017-03-08
@freeman0204

In Joomla, everything is much simpler.
90% of the functionality is built through modules - <jdoc:include type="modules" name="name_module" />
Modules can be simple (html-code) and complex (with forms, separate fields, their own settings).
The rest is output through the templating modules, components (in the corresponding site folders there is template.php, in which everything is configured, what needs to be changed).
In fact, to set up a Joomla template, you don't even need to know the engine structure and internal tags.
Everything is intuitively located by the names of folders, files.
You can use your own variables defined at the beginning of the template.
And call them anywhere on the site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question