Skip to content

"Pretty" permalink URLs using React Router #357

@joshreisner

Description

@joshreisner

for code4recovery/12-step-meeting-list#1344

i think we can probably use this rewrite url:

add_action('init', function () {
    add_rewrite_rule('^meetings/(.*)?', 'index.php?pagename=meetings', 'top');
});

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions