Skip to content

Instantly share code, notes, and snippets.

@jastuccio
Last active December 26, 2018 05:31
Show Gist options
  • Save jastuccio/f9d325b147b81a9f37d42ed7c12a0293 to your computer and use it in GitHub Desktop.
Save jastuccio/f9d325b147b81a9f37d42ed7c12a0293 to your computer and use it in GitHub Desktop.
HTML code for image attribution in my WordPress site
<!-- Attribution-ShareAlike License -->
<small>
Feature image by<a title="image name" class="feature-image-credit" href="" target="_blank">flickr username</a>
<a title="Attribution-ShareAlike License" class="cc-license" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank" rel="nofollow"><img src="" /></a>
</small>
<!-- public domain License -->
<img alt="" src="" title="" img="">
@sae000sae
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment