• How to get links in wordpress?
    I looked at database there is a table named prefix.”_links”. But it’s only consist of list of links without any relationship to category links.
    I’ve tried to use
    get_terms('link_category',$deprecated = '');
    but it only retrieves category links.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Get links in wordpress’ is closed to new replies.