This topic has 2 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
hi,
i want to change RSS Feed to Instagram
how can i do that
Hello,
You need edit the file footer.php and modify the code <?php if($rss_url): ?><a href="<?php echo $rss_url; ?>"><img alt="" src="<?php echo get_template_directory_uri(); ?>/images/assets/rss.png" /></a><?php endif; ?>
in line 22.
Change the code <?php echo $rss_url; ?>
to your Instagram url and write image path to Instagram icon instead of this code <?php echo get_template_directory_uri(); ?>/images/assets/rss.png
.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up