2013-06-14, 20:15:36
(2013-06-14, 10:35:59)datiswous Wrote: I was thinking myself about the Link manager 2 plugin. Problem is, it also adds the title of the link in text and I don't want that.
Ok I figured out how to remove the link display in Link manager 2 output.
I removed the following code from the link template file (links_html.php):
Code:
<?php echo $link->name; ?>
This means that I can't use the plugin for other purposes though (links with text). Should be possible to alter it somehow that it would not show images if category "thumb" (example) is used.