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



