• Everytime I insert get_links_list(), I get the following:
    Fatal error: Call to undefined function: get_links_list() in /blah/blah/public_html/blah/index.php on line 71
    Did I install the wp-links folder into the wrong place?

Viewing 1 replies (of 1 total)
  • Check that you have this line at the top of index php:
    require_once($abspath.’wp-links/links.php’);
    and that it hasn’t been commented out.

Viewing 1 replies (of 1 total)
  • The topic ‘get_links_list()’ is closed to new replies.