I am using your template for the third time. I like it very much but now I need an additional feature. I am a developer form austria and currently making the website of an apartment.
I would like to add a custom text field for the smallest price. Can you tell me the files which I have to edit to add a custom text field within the item details. (field.png). Where can I register another text field?
And I would like to display it as a <div> within the <div class="info"> or right after it.
I want to positon it absolute like in preis.png e.g. Which file is the template for the portfolio items?
Hi there,
I am using your template for the third time. I like it very much but now I need an additional feature.
I am a developer form austria and currently making the website of an apartment.
I would like to add a custom text field for the smallest price. Can you tell me the files which I have to edit to add a custom text field within the item details. (field.png). Where can I register another text field?
And I would like to display it as a <div> within the <div class="info"> or right after it.
I want to positon it absolute like in preis.png e.g.
Which file is the template for the portfolio items?
Thank you in advance for your support.
Best regards,
Christian
Hi Christian,
Sorry for delay of reply.
To add custom text field and avoid editing parent theme files you should add this code in functions.php of child theme:
So the field will be available in General Details Tab:https://d.pr/v/JCbByd
After this, to display the field you should add this code in functions.php:
This should work for you and also do not care if you update the parent Kalium theme or not.