Where are the navigation links stored in the code?
-
I need to edit the navigation links section and I don’t know which file(s) I have to edit.
I’m trying to hide one of the links from non logged in users and I found:
if (is_user_logged_in()) {…}
Which will do what I want if it is easy enough to implement. Can someone tell me which file to look for and what I’m looking for?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Where are the navigation links stored in the code?’ is closed to new replies.