Hello Experts
I have this link
http://localhost/node/537
I need to add a some text to the displayed page, But I do not know where I should go or what code or php file generate this page.
Can you tell me what file I should look for as to add the new text
Thank youuuuuuuuuuuuu
The link you provided is a local environment based link.
Are you developing and working on the website locally?
Check the link below to get more information about nodes in Drupal, this will help you get to your answer:
https://www.drupal.org/docs/7/nodes-content-types-and-fields/about-nodes
The Content administration page allows you to review and bulk manage your site content. To access this page navigate to Administration > Content or http://localhost/admin/content.
The page that you are trying to make edits to, or modules / content that is a part of it would be found there.