• Hello friends,

    I have problem with rewriting custom URL structure.

    The URL structure is:
    Single Movie:
    example.com/movies/movie-category-name/movie-title/

    Single Movie Chapter:
    example.com/movies/movie-category-name/movie-title/movie-chapter/

    where:
    movies – Base URL
    movie-category-name – Taxonomy name of movie custom post type
    movie-title – Movie custom post type title
    movie-chapter – Another custom post type related to movies using ACF repeater

    Currently, I’m using post_type_link filter, and it works only for Movie CPT, but for Movie Chapters I got 404 error.

    So, the main question is How to rewrite movie chapter URLs ?

    Thanks.

The topic ‘URL rewrite problem’ is closed to new replies.