Display each page ID in page list
-
Hello
I am new to the WordPress dev framework, although I can program in PHP. I am using WP 5.0.3 and my question is a general one (not theme-related): in the Admin area, when you click Pages, the list of pages appears, showing the usual page properties (Title, Author, Categories, Tags, …etc).
I would like to add a new heading, Page ID, so I can see the Id of each page in the list. (I would like to do the same for the list of Posts.) To this end, I need to know:
i) which file is responsible for displaying the Page list,
and
ii) as I want to avoid a messy hack, is it possible to use a duplicate of this file in my theme directory, so that I can hack that – and it won’t be overwritten with each new WordPress release? Or is there some other clean way I can add that information?Thanks in advance
PH
- The topic ‘Display each page ID in page list’ is closed to new replies.