• the WordPress codex shows as Deprecated. the replacement code?
    i using
    <?php wp_get_linksbyname('Secciones','orderby=rating&before=
    <li>&after=</li>
    &show_description=0'); ?>

    please helpme to replace that to the new syntax

Viewing 1 replies (of 1 total)
  • Hi tandilboy — Your best bet is the wp_list_bookmarks function (in bookmark-template.php).

    The code is probably something like:

    wp_list_bookmarks("category_name=Secciones&orderby=rating&before=
    <li>&after=</li>&show_description=0");

Viewing 1 replies (of 1 total)
  • The topic ‘replacement for wp_get_linksbyname?’ is closed to new replies.