coding showing up on homepage
-
Hello, I am running on the Expositio theme. Everything was ok, until I updated my slideshow gallery plug-in and then the slideshow on my homepage only showed the images as thumbnails, which looked terrible. I checked image size etc, but nothing worked. Through trial and error, I found that the only thing that got them back to full size, was to include the hardcode in the page:
<?php if (function_exists('slideshow')) { slideshow($output = true, $post_id = false, $gallery_id = false, $params = array()); } ?>
The problem is, this now shows up on the bottom of my home page!
https://www.alystomlinson.co.uk
The other coding I have on this page is:
[slideshow post_id=”43″]
[tribulant_slideshow]
I am pretty new to this and made the site with the help of a developer, but he’s no longer able to assist me, so any advice would be much appreciated!
Thanks very much,
Alys
- The topic ‘coding showing up on homepage’ is closed to new replies.