Hi ,
I want a little help to understand and work with the route function i found in the documentation
i have a custom page page-map.php
i add this line in the header.php osc_add_route('page_map','map_?/([0-9]+)', 'map/{cat}', '/delta/page-map.php');
and in the url of the previous page that redirect to page-map.php i put <?php echo osc_route_url('page_map', array('cat' => 'Co-working'));
?>
unfortunately doesn't work. Can you please help me on this ?