Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Angelo Mandato

    (@amandato)

    Can you explain what do you mean by IDs? The html-sitemap plugin is very simple, it uses the wp_list_pages function. Anything you can do with the wp_list_pages function you can do with this plugin.

    Thread Starter Rafał

    (@ayek)

    Real WordPress ID — for admin’s purpose, e.g.

    • Page 1 — ID: 1
    • Page 2 — ID: 23
    • Page 3 — ID: 9168
    Plugin Author Angelo Mandato

    (@amandato)

    If you cannot do that by calling the wp_list_pages function then this plugin cannot do it either. Your best bet is to write your own plugin or simply write a function that does what you need and put it in your themee’s functions.php file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display ID number?’ is closed to new replies.