I'm poor php developer and i need code for my template.php to set specific template for some pages:
Example: mypage/blog/about-me mypage/blog/about-you mypage/blog/about-us
Uses page--blog-about-first.tpl.php.
mypage/blog/about-him mypage/blog/about-her mypage/blog/about-them
Uses page--blog-about-second.tpl.php.
I can't find it anywhere so i'm asking here.
This is the code. I got link /blog/about-me and link /artist. Suggestion works for artist page, but not for blog/about-me. Solution?