Answer the question
In order to leave comments, you need to log in
How to add text to a page from the Joomla admin?
I'm making up the layout of a site for the sale of cars, on the site the cars are presented in the form of cards, which describe some of their characteristics. These cards look like this
. they are entered directly in the markup, for example
...
<div class="auto_card">
<img src="" alt="" class="auto_image">
<div class="auto_name">Mercedes gle</div>
<div class="auto_body">Купе</div>
<div class="auto_equipment">Prestige</div>
<div class="auto_engine">3.0 л / 380 л.с / бензин</div>
<div class="auto_price-buy">
<div class="auto_price">$24,500</div>
<div class="auto_buy-button"></div>
</div>
</div>
...
html
and change it there. To avoid this, it was decided to use CMS Joomla
or WordPress
(well, as it were clear that it would be easier with cms). But I don't know how exactly you can simplify WordPress\Joomla
this task with the help. I looked at the course on these cms and googled my question, but I didn’t manage to google anything. Is there a way to fill\edit these fields in the admin panel so that the data from these fields is then entered into these cards. Answer the question
In order to leave comments, you need to log in
You can save your cards as materials, and then display them as a category blog by predefining the output template on your own so that it is displayed as cards. Of course, you won't have any filters in this case. If filters are needed, it is necessary to write a plugin specifically for your task.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question