When I title an image with an href to a site and input that into a post's content the fancy box and link to work, however that doesn't seem to work when I open op the image from the posts archive page
When I title an image with an href to a site and input that into a post's content the fancy box and link to work, however that doesn't seem to work when I open op the image from the posts archive page
may be this will help you :
in your href use single quoted not double quoted :
<a href='example.com'>work</a>
instead of
<a href="example.com">doesn't work...</a>
This topic has been closed to new replies.