• Resolved iamthe_ginger

    (@iamthe_ginger)


    I’m new to php and wordpress and am needing to set up a query for when I parse in the url a specific phone number displays in my header. How would I do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • laburatory

    (@laburatory)

    The first thing I can think of is trying to use a wordpress hook, using the function.php of your theme, you can create a child theme if you do not want to mess with the theme. The second would be to modify the header.php of your theme, also here using/creating a child theme is prefered.

    Lab.

    Thread Starter iamthe_ginger

    (@iamthe_ginger)

    Thank you very much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to set up a parsing query’ is closed to new replies.