I
I
it_pear_yurec2018-07-21 15:34:16
WordPress
it_pear_yurec, 2018-07-21 15:34:16

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)
5b53283e830b3579919318.jpeg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
Orkhan Hasanli, 2018-07-23
@it_pear_yurec

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>

D
Dimonchik, 2018-07-21
@dimonchik2013

through coding

S
Sid Barrett, 2018-07-22
@Sid_Barrett

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 question

Ask a Question

731 491 924 answers to any question