How to Remove hard coded phone number from header
-
Hello!!!
I have no background in coding or website management and am trying to change a hard coded phone number in my companies website https://azmultifamilyadvisors.com/.
I went through Appearance –> Themes –> editor and then opened my header.php file and can easily see where the phone number is hard coded.
</div><!-- .col --> <div class="col-md-3 col-md-offset-6 text-right phone-number"> <span class="triangle"><a href="tel:6025404870">602-540-4870</a></span> </div><!-- .col -->
I go in and very carefully change where the phone number is an then update file. However, when I do that, I get the error message:
Fatal error: Call to undefined method WPaaS\Cache::flush() in /home/content/a2pnexwpnas02_data03/72/3474672/html/wp-content/mu-plugins/gd-system-plugin/includes/admin/class-file-editor.php on line 124
Is there a way to fix this or am I just SOL?
- The topic ‘How to Remove hard coded phone number from header’ is closed to new replies.