February 9, 201610 yr Hi, I have a Wordpress theme and have been asked to change a button from 'Inquiry' to 'Enquiry'. Any ideas how I might be able to do this? http://flooring-library.co.uk/listing/instafloor/
February 9, 201610 yr Depends, If the page is created from a custom template you'll need to go into the template file and edit the link. If it's a WP page then just find the link on the page and change the text.
February 9, 201610 yr As mentioned, it may simply be in the normal page content which you'll be able to edit easily. Looking at the source of the page, it seems likely this is the case. In that case, try "Pages" in the WordPress admin panel. If not, it's probably going to be hard-coded in the theme source somewhere. It's best not to alter the theme but to create a child theme for any changes. The quickest/easiest way to find the file containing the string is probably to use your editor to search all files in the WP directory for "inquiry".
Create an account or sign in to comment