• minimalnet

    (@minimalnet)


    Hi!, I updated now to the new version of wordpress and I do not found where is the number of the link category like before, for example

    <?php wp_list_bookmarks('category=38'); ?>

    I do not see that number now in the administration

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Yep, that irks me too…

    In the Dashboard -> Manage -> Categories and click on the category in question. The URL will switch to something like

    https://yourblog.com/wp-admin/categories.php?action=edit&cat_ID=8

    the end of that “cat_ID=8”, 8 is the category ID.

    Thread Starter minimalnet

    (@minimalnet)

    Oh thanks, finally I found!, I think that should be correct to give more facilities to the people.

    Thanks for answer to me.

    I did a new install of 2.5 and could not get cat_id to work? When I checked the data base the field is empty? However it seems to work in the blog. I am trying to limit the link_id that are viewable. I do not want all of the blogroll links. So it looks like I need to use link_id instead of cat_id. Why?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How i know the number of the link category with wp 2.5’ is closed to new replies.