Search:
Search took 1.00 seconds.
-
You may read this thread:
http://forums.appthemes.com/where-title-php-wp_title-%3B-title-now-25677/page-2/
-
I am sorry for the late response, you can change the tag to h2 in loop-coupon.php file found in the root folder of the theme. Go to line 69 and change the h1 tag and then the closing tag (the line...
-
Excellent.
Ok, to manually fix in the other places, make the same change ("site_url" to "home_url") in the following files:
\wp-content\themes\clipper\loop-coupon.php (line #42 - two instances)...
-
Open taxonomy-stores.php
look for line 28
<p class="store-url"><a href="<?php echo $stores_url; ?>" target="_blank"><?php echo $stores_url; ?></a></p>
change it to
<p...