• hello,
    I create a page in WP with the slug “mypage”, I use permalinks so that https://www.mysite.com/mypage shows the page.

    Then I create a page template in the theme directory:
    page-mypage.php (where mypage is the slug)

    Is it possible in WP to employ a custom URL mapping so that everything in url after /mypage/…. goes into page-mypage.php file?

    I want to process https://www.mysite.com/mypage/1/2/3 via page-mypage.php file.

    Thanks in advance,
    BR Meereck

  • The topic ‘custom url rewrite’ is closed to new replies.