[Plugin: Pretty Link] Link description in Pretty Bar
-
I think this would be a good feature to include in the next update. Essentially i replaced the code in pretty-bar.php containing “if( $bar_show_target_url_link )” with the following:
<h4>
<?php if( $bar_show_target_url_link ) { ?>
<?php echo stripslashes($link->description); ?>
<?php } else echo ” “; ?>
</h4>This prints the link description within the pretty bar in place of where the target url used to show up. I found the target url to be quite ugly and that it was more important for the user to have a reminder of say a discount code, etc.
enjoy!
- The topic ‘[Plugin: Pretty Link] Link description in Pretty Bar’ is closed to new replies.