for https://github.com/code4recovery/12-step-meeting-list/discussions/1344 i think we can probably use this rewrite url: ``` add_action('init', function () { add_rewrite_rule('^meetings/(.*)?', 'index.php?pagename=meetings', 'top'); }); ```