Restore deleted code on home.php
-
Hi,
I mistakenly deleted code on the wordpress theme Colorway when trying to eliminate the 4 feature boxes displayed on the home. Now, the link won’t even work when I restored the code on the home.php file. Not sure what’s going on since I pasted back exactly what was deleted. The code is below, so any any tips on how to restore it back on properly the code page so the site works properly?Thanks!
<div class=”columns”>
<div class=”one_fourth”> ” class=”bigthumbs”>
<?php if (inkthemes_get_option(‘inkthemes_fimg1’) != ”) { ?>
<img src=”<?php echo inkthemes_get_option(‘inkthemes_fimg1’); ?>”/>
<?php } else { ?>
<img src=”<?php echo get_template_directory_uri(); ?>/images/1.jpg”/>
<?php } ?>
- The topic ‘Restore deleted code on home.php’ is closed to new replies.