4. Add a Path
You'll want to make sure that you have the correct path. Remember, the path is everything after the base URL. In our OSU Drupal 7 distribution, the base URL ends after the edu. Our example path is fairly deep down in the URL structure, as shown below.
So, according to our example, we need everything both before and after the working-structure part of the URL path. To do this, we'll use an asterik (*) wildcard both before and after the working-structure path segment.
We'll add a couple of things in the Path field:
-
*/working-structure (show layout on node that has a URL address that ends with working-structure path segment)
-
*/working-structure/* (show layout on all nodes that have working-structure within its path)