I can't seem to use a unique page--xxxxxxx.tpl.php
for a specific page.
I created a "page" content, filled it in, and gave it a path alias. Let's say: "mypage/mycontent
". Then I created a page--mypage--mycontent.tpl.php
file in my theme's root. Instead of using it, my page.tpl.php
is being used.
I was under the impression that Drupal 7 automatically searches for template suggestions using the format of page--path.tpl.php
, is this incorrect? Do I need to include specific code in my template.php file first? I did try clearing the theme cache, btw and that didn't make a difference.