Closed. This question is off-topic. It is not currently accepting answers.
Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 6 years ago.
Improve this question
How to find the right file with inspector?
I need to change a link in the footer but I cannot find the right file to change.
The once that I found, footer.php
has an echo get_page_link()
but the article doesn't have a number permalink. So I would like to find the right file without the permalink number.
I hope I am clear.