Created
May 16, 2011 00:22
-
-
Save doolin/973711 to your computer and use it in GitHub Desktop.
Thematic function for tacking a link to dool.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.doolin { | |
position: fixed; | |
bottom: 5px; | |
right: 5px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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