GeoDirectory SupportChanging meta tags in header.php – GeoDirectory Support https://wpgeodirectory.com/support/topic/changing-meta-tags-in-header-php/feed Fri, 14 Mar 2025 17:08:51 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/changing-meta-tags-in-header-php/#post-9465 <![CDATA[Changing meta tags in header.php]]> https://wpgeodirectory.com/support/topic/changing-meta-tags-in-header-php/#post-9465 Tue, 22 Jul 2014 19:52:27 +0000 jltrinka So i want to modify header.php with the following meta tags to prevent caching of the pages and keep the dynamic content on my page as relevant as possible:


<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />

But i dont want it to overwrite during upgrade. If i copy header.php over into the child theme’s root and update the info there, will i run into issues in the future with GD?

]]>
https://wpgeodirectory.com/support/topic/changing-meta-tags-in-header-php/#post-9478 <![CDATA[Reply To: Changing meta tags in header.php]]> https://wpgeodirectory.com/support/topic/changing-meta-tags-in-header-php/#post-9478 Tue, 22 Jul 2014 20:53:41 +0000 Paolo nope, that’s the way to go…

Thx

]]>
https://wpgeodirectory.com/support/topic/changing-meta-tags-in-header-php/#post-9662 <![CDATA[Reply To: Changing meta tags in header.php]]> https://wpgeodirectory.com/support/topic/changing-meta-tags-in-header-php/#post-9662 Wed, 23 Jul 2014 20:13:23 +0000 jltrinka Thanks 😀

]]>