Martinus Posted November 2, 2022 Share Posted November 2, 2022 My current position in the tree is 'category-name' and I am trying to make a match for it but can't think of what to use: // Root/page=departments/department-name/*category-name*/ if ($page->matches("")) { // we are on third level Link to comment Share on other sites More sharing options...
zoeck Posted November 2, 2022 Share Posted November 2, 2022 Just use this selector ? parent=/departments/department-name/ Link to comment Share on other sites More sharing options...
Martinus Posted November 2, 2022 Author Share Posted November 2, 2022 Hi Zoeck, I forgot to say: I do not know the department-name or the category-name, I only know the page='departments'. department-name = field department, category-name = field category. Link to comment Share on other sites More sharing options...
Martinus Posted November 2, 2022 Author Share Posted November 2, 2022 I found one solution: if(!($page->rootParent->name === $page->parent->name)) { works for third level. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now