02/22/2018 at 10:51 pm
#452787
Participant
Yes! Thank you so much! That is exactly what I’m after :)
There is a couple of things that happened when I added the code though, it appears that this part massively slows my site down
if ( ! empty( $logoHREF ) ) {
echo "
";
}
If I comment that bit out, my site loads fine, but as soon as I have this it takes a very long time to load the page. The other thing is that the listings that don’t have an image added show a broken image, so the conditional part is not working I guess?
Really appreciate your help on this, thanks again!
