Hi all,
I'm still not comfortable with PHP though I manage myself well with XHTML and CSS.
I was wondering if there is a way of showing Link Descriptions on the links.php page template without modifying the defaults on the wordpress bookmark-template.php file itself.
I don't know how to do it but I would guess there would be a way for modifying the 'show_description' => 0 to 'show_description' => 1 in the functions.php file of my themelet.
Also, on the links page, I need to output something like this:
'between' => '<span class="between">|</span>', and $output .= $between . '<span class="link-desc">' . $desc . '</span>';
Instead of the defaults:
between' => "\n", and $output .= $between . $desc;
Can it be done through functions.php?
Thanks loads in advanced!