Skip to content

Instantly share code, notes, and snippets.

@MjHead
MjHead / add-parent-term-slug-into-post-url.php
Last active October 18, 2022 18:51
This code allows you to add parent term slug into single post URL
add_filter( 'register_post_type_args', 'je_change_post_type_rewrite_slug', 10, 2 );
/**
* Change post type rewirte
* Where:
* - apartments - is a post type slug. Replace is with your actual slug.
* - %locations% - is a placeholder for taxonomy term in URL.
*
* @param array $args
* @param string $post_type_name