wp-router
wp-router copied to clipboard
Enables developers to easily create custom routes with matching templates accordingly.
Results
2
wp-router issues
Sort by
recently updated
recently updated
newest added
I'd love to be able to make templates reusable, and then also be able to get the name of the active template. I think it can be done without a...
When visiting the home page, `/` this template doesn't work: ``` $router = new MakeitWorkPress\WP_Router\Router( [ 'home' => ['route' => ''], //'home' => ['route' => '/'], // Both don't work...