Skip to content

Instantly share code, notes, and snippets.

@doolin
Created May 16, 2011 00:22
Show Gist options
  • Save doolin/973711 to your computer and use it in GitHub Desktop.
Save doolin/973711 to your computer and use it in GitHub Desktop.
Thematic function for tacking a link to dool.in
div.doolin {
position: fixed;
bottom: 5px;
right: 5px;
}
function moderndda_after() {
?>
<div class="doolin">
<a href="http://dool.in/" title="My routing page.">dool.in</a>
</div>
<?php
}
add_filter('thematic_after', 'moderndda_after');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment