Child Theme – PHP files not going live
-
I’ve got the PHP files set up and edited in my child theme directory, and I’m not seeing any of my edits going live…They show up in the Appearance > Editor list, and when I view them on the browser I see my edits there, but my site isn’t reflecting those edits.
I’m using Chrome, and use F5 to fresh the browser.Below is the code I’ve changed:
<a class="blogmore" href="<?php echo stripslashes(get_option('themnific_url_portfolio'));?>"><?php _e('Browse Our Gallery','themnific');?></a>But on the site it still says, “Browse our Portfolio”
I did a CNTL+F for “Browse our Portfolio” and it doesn’t show up anywhere else in the file…
I’m not sure why the changes aren’t going live. Can someone point me in the right direction?
The topic ‘Child Theme – PHP files not going live’ is closed to new replies.