Answer the question
In order to leave comments, you need to log in
How to display the phone number on all pages in AGF on Wordpress in header.php?
The header.php header is connected to index.php through:
<?php get_header(); ?>
In the header.php itself, I display the phone through:
<?php the_field('header_phone_text'); ?>
Everything is displayed perfectly on the main page. And already on the other page Projects (there is a separate page-project.php template) header.php is also connected, everything is displayed in the header, except for the phone .... How to make the phone everywhere? do you need some other entry or option ?
Answer the question
In order to leave comments, you need to log in
If ACF Pro is used , then there is an opportunity to create theme settings , where custom fields are usually taken out, which are needed in through parts of the site such as header and footer using the construction
<?php the_field('header_phone_text', options); ?>
For the free version, I create a hidden page, which I call Options and already display the theme in the way that you, tobish through the ID. This is more convenient than searching in which page you set the end-to-end options and a little more flexible in case someone suddenly deletes this page
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question