
Several times, our members have asked about finding the Node ID of individual pieces of Drupal content. The Node ID is the primary key in the database for Drupal content and it's useful in many situations.
If you don't have the Pathauto module installed, this information is easy to find. By default, the Node ID is directly in the URL of the content.
However, if you have the Pathauto module enabled (as most sites do) the Node ID can be hard to find. Here's the solution ...