Code-less page to display entities from a remote source, with nice URL
-
Hi!
Can I use WordPress as a head for a headless backend?
I need to create a routing system that passes paramaters to pages to display dynamic content. The URL should be nice, like any modern router supports.
For example imagine I create a single page “Restaurant”.
Then I want:
- https://example.com/restaurant/1234 => Displays the restaurant 1234 stored in the headless backend (in the database, from a REST API, etc.)
- https://example.com/restaurant/6789 => Displays the restaurant 6789 stored in the headless backend (in the database, from a REST API, etc.)
Is this possible in a code-less fashion (either natively, or either with an open-sourced plugin)?
Or I must create code to handle that (either in a snippets plugin or making my own plugin)?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Code-less page to display entities from a remote source, with nice URL’ is closed to new replies.