Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter esornoso

    (@esornoso)

    Thanks, I installed the king link program (first link) and after installing I get this code error.

    Fatal error: Call to undefined function get_admin_page_title() in /home2/formertr/public_html/wp-admin/admin-header.php on line 22

    Here’s my Line 22 in my wp-admin.

    t_admin_page_title();

    Thread Starter esornoso

    (@esornoso)

    I’m also getting an error.

    Fatal error: Cannot redeclare register_sidebars() (previously declared in /home2/formertr/public_html/wp-includes/widgets.php:13) in /home2/formertr/public_html/wp-content/plugins/widgets/widgets.php on line 42

    Thread Starter esornoso

    (@esornoso)

    here’s the line 42 that is referred to above.

    if ( empty( $sidebars_widgets ) )

    Thread Starter esornoso

    (@esornoso)

    I fixed this plugin, so it can be used in WP v2.5 and above! Open the king-links.php & navigate to line 519.

    It looks like this: include_once(’widgets.php’);

    You have to comment it out of, since WP v2.3 uses its on widgets now. Simply alter the content so it looks like: /* include_once(’widgets.php’); *

    Thread Starter esornoso

    (@esornoso)

    Does anyone know using king-link, how to separate links in the widget?

    I installed the program, but since it has many features, I don’t know how to use it.

    Thank you for your time and consideration.

    Eric

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I want separate my blogrolls into two different widgets….’ is closed to new replies.