You can use a custom post type, e.g. movies
and then you can have some rewrite rule which will basically render something like this movies/movieId/ratings
to movies/movieId/?page=ratings
.
So now you can use $_GET['page']
to check what data you have to show.
How to rewrite the slug in WordPress? Google it.
Check this answer for rewrite rules.
Related Posts:
- Hook for post and page load
- Custom Posts on Different Pages
- Display “Post 2 of 4” on single post page?
- Making pages also serve as taxonomies? Or give full pages to taxonomies?
- Trying to edit the single page from a Custom Post
- How i can add ‘N’ page of ‘N’ pages under posts loop?
- Allow non-logged in users to see a future post after clicking on a list of future posts
- No Permission to add new Page, Post or CPT with Admin role
- Including link to custom post type in ‘wp_list_pages’ function
- Can I change my post type to anything and my site still work?
- Display an authors post on a single page only when they are logged in
- How to set the mainpage of a custom post type?
- Render a Post or Page using the correct file
- Am I mixing up the concept of posts pages and categories?
- How to setup different permlalinks for posts and pages?
- Does “Custom Post Type” can have page hierarhy option?
- Cannot save pages after migration
- WordPress Contents Migration
- One Post with different content, depending on a Page
- Cannot use pages created on WP
- Different post types arranged on one page
- How to display data with pagaination on backend?
- How to Associate Posts with Pages
- Why are my wp urls showing page not found?
- How do I hide single category post on my post page
- Submit post and upload image from front-end
- Pull Two Posts Into Custom Post Type `single-cpt.php`
- TV Show database – Best way for structuring it?
- Problem excluding category from get_next_post
- Why is the »_builtin« parameter not advised in »register_post_type()« for custom post types?
- How to let custom post type posts show in standard post archive (like in homepage)?
- Rewrite custom post & taxonomy to share same URL path
- Custom Post Type Name Causing Problem
- Get the post children count of a post
- Quickest way to get last or oldest post date – WP Query
- How to use custom fields to enable sticky posts on custom post types?
- get_template_part for custom post type content not working
- count_many_users_posts except current logged in user?
- Custom post type and body_class: Remove “blog” class
- Find the user who initially created the post
- How to get the post type from a category id?
- Is there a way to have the view link on manage posts page to open in a new window or tab?
- Getting posts under the custom post type ui category
- Page vs Custom Post Types Differences/Issues
- create parent post using wp_insert_post
- Turn on and off custom post type from admin?
- I would like to have different styles for my posts based on the content of each post
- List custom taxonomy specific to one custom post type
- Exclude pages in archives results
- Make parts of your wordpress website completely built with data from external APIs?
- Add custom post type settings to wordress default posts
- JS innerhtml changing style when using AJAX
- Side effects of Script and Iframe in post
- Several post types on WP Query by tag and taxonomy
- Admin Column does not populate with data
- Top Level pages in wordpress giving 404, but child pages working fine
- Some posts from custom post type to subdomains
- Why is get_pages() returning a boolean?
- the_content(); of custom post type treated as an array or object
- Get_the_terms restrict output
- Generate new post from email
- YOAST SEO won’t work on custom post type archive [closed]
- Batch Extract Date from post title and put into ACF custom field
- URL Rewrite – Page Archive
- How to add new post using a form to categories when categories are using as menu
- Custom wordpress loop
- how to get options to choose post format in add new post
- Use post in multiple places on a page with multiple posts
- Making a form for user to add new custom post with custom taxonomies and custom fields
- Custom post type filter is being applied to all of my posts
- Admin slow on Postlist (over 30k Posts in Database)
- Get_post_custom not fetching value from array wordpress
- Post category behave like a Post in back office menu
- Save data is post using php front end
- What is the best way to structure posts for the same event happening in different years?
- How to display custom field in product description?
- How to display posts with plugin (advanced custom fields) field groups?
- WordPress – display relationship between blog posts and custom posts
- Custom page with no headers, footers and its own CSS, Javascript
- Add custom template ‘sub-page’ to Custom Post type?
- Custom Post Type Single Page and Archive Page redirects to Home Page
- SEARCH QUERIES – REVERSE OUTPUT
- Get queried object for custom post type count
- edit.php all post not working
- Disable Sidebar on certain pages
- I cannot display custom posts in custom taxonomy
- How can I get the last 5 element of this tax query?
- How to get the posts that my following users are liked?
- How to insert post 6 times after user register like ask.fm
- How can i order my posts by post type?
- How to mark posts as visited
- How To Loop Through list with Custom Post Types
- Adding Information To All Posts Screen
- erase post excerpt limitation [×]
- Display all post types together
- Using custom post types within a section of a template
- Get post from custom post type that title is like custom string [closed]
- show posts under custom post type with same autj
- How Do I Add a Custom Post Type URL to Content?
- is therer any wordpress function to retrieve a specific html element from post content