Answer the question
In order to leave comments, you need to log in
How to put phone number in wordpress?
How to put this phone number in wordpress? (it is desirable that the admin can edit it from the control panel)
Answer the question
In order to leave comments, you need to log in
Install the ACF Pro plugin. Create a "text" field. Choose where exactly in the admin panel you want to display it. If this needs to be done as a separate item, then look towards acf_options. Create a menu item in functions. Add a field there. And in the template output the following:
(simple example)
<a href="tel:<?php the_field('custom_field','options');?>"><?php the_field('custom_field','options');?></a>
If we are talking about a specific site, and not about developing a template, then the easiest way is to do it using a widget. The disadvantage is that if the template does not have a widget area in the place you need, then you need to add it manually or look for another template. For the more experienced, the ACF
plugin will do .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question