hi!
I change line 672 and 677 in catchevolution-functions.php
to <img src=”/wp-content/themes/catch-evolution/images/slider/slider-1.jpg”
The old one was <img src=”‘. get_template_directory_uri() . ‘/images/slider/slider-1.jpg”
What does ‘. get_template_directory_uri() . ‘ make ?
Why is this not working ?
How must it look with get_permalink()
Thanks
The hack is not the best, I know, but it works.
Maybe you have a better hack.