can you pls give me you web address
oops, sorry! the wordpress is here. http://www.flatrockstudios.com/2013
Hi,
i checked their every thing is ok
is there a way to remove the buttons that fall below those blocks? That is where I was seeing the issue, not inside the blocks themselves. Inside the blocks the word is correct, but the button below is pulling from the previous block set.
The words, PRINT MEDIA should read ILLUSTRATION in the third block’s button, no?
Thanks again for your help!!
Hi,
i just make mistake. but reslove this issue next version
open mid-contact.php
and find out <p class="port"><a href="<?php echo of_get_option('recenturl1'); ?>"><?php echo of_get_option('recenttitle2'); ?></a></p>
replace with
<p class="port"><a href="<?php echo of_get_option('recenturl3'); ?>"><?php echo of_get_option('recenttitle3'); ?></a></p>
thanks
An instant fix!! Thanks so much for your help.