Custom permalink structure: /%custom-post-type%/%custom-taxonomy%/%post-name%/
When registering the custom post type and taxonomy, use the following settings: flush rewrite rules when you’re done.
When registering the custom post type and taxonomy, use the following settings: flush rewrite rules when you’re done.
we can use do shortcode in meta title using seopress_titles_title filter.
Adding an Admin User in WordPress Once connected to your WordPress site, you need to locate your WordPress theme’s functions.php file. It would be at a location like this:/yoursite.com/wp-content/themes/your-current-theme/functions.php Now you need to add this code at the bottom of the file.
We can use seopress breadcrumbs filter to change the output of breadcrumbs. SEOPress Breadcrumbs Filter You can use below code to functions.php or any plugin to make it work.
Shortcode to display the content only to the specific roles you can use this shortcode to show content only to specific user roles. How to use user role shortcode You can see example below. [user_role role=”aministrator”]Admin[/user_role] [user_role role=”subscriber”]Subscriber[/user_role]