accessing link descriptions
-
I am wondering if there is a simple way to access the description field for links.
I have a 3rd party plugin (Hierarchical Link Categories) which has a custom function for displaying the links in nested categories. Unfortunately it does not provide a way to display the link descriptions in this format. So I would like to modify their plugin to include descriptions.
I knwo that I can do something like this to query the wordpress database, but I am not sure where the link descriptions live…
<?php $link_desc = $wpdb->get_var(“SELECT something FROM wp_something WHERE somthing”) ?>.can someone point me in the right direction here?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘accessing link descriptions’ is closed to new replies.