How do I create a URL in WordPress, using add_rewrite_rule , equal below but filtering the posts by a custom field?
function custom_rewrite_basic() {
add_rewrite_rule('^leaf/([0-9]+)/?', 'index.php?page_id=$matches[1]', 'top');
}
add...
asked by
11.07.2017 / 21:04