Deleted code on Colorwat theme
-
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 reinstated the code on in on the home.php file. The code deleted is below, so any any tips on how to include it back on 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 ‘Deleted code on Colorwat theme’ is closed to new replies.