Show thumbnail/text-link/the both to the most recent deviation on specified dA account
da.php to the /wp-content/plugins/ directory<?php show_last_dev('dA username'); ?> in your templatesAvaiable ways of using the plug-in:
<?php show_last_dev('dA username'); ?> or <?php show_last_dev('dA username', 1); ?> shows thumbnail with text-link<?php show_last_dev('dA username', 2); ?> shows only thumbnail linked to the deviation<?php show_last_dev('dA username', 3); ?> shows only text-link to the last deviationIf you want the link open in new window you should add another argument to the function. eg:
<?php show_last_dev('dA username', 2, true); ?> shows only thumbnail linked to the deviation and link opens in new windw
Requires: 2.0.2 or higher
Compatible up to: 2.1
Last Updated: 2007-5-11
Downloads: 865




