Quote:
Originally Posted by moogle
Why don't you just insert the URL of your template's directory?
ie:
<?php next_post_link('%link', '<img src="http:// www . domain . com /wp-content/ themes/ template/ images/ next.gif" width="75" height="21" border="0">', FALSE); ?>
|
Yes that will work of course, however I've painfully learned to do everything correctly while building my first theme and since everywhere else all the links and what not are dynamic, I'd kind of like to learn how to do this properly too.