Multiple Custom Taxonomy Rewrite

You must use separate base for both custom taxonomies. For example: default URL: /chalets/ location term URL: /chalets/location/%location% type term URL: /chalets/type/%type% Rewrite rules need to identify the requested custom taxonomy via URL. So, a base URL identifier is required in your case.

How to get relative page for every post: /post-1/contact. /post-2/contact

Yes, it’s possible, but think about what WebElaine wrote in comment. You’ll need a query variable (e.g. jobname) to store the name of jobs custom post type. You also need a rewrite rule that interprets /jobs/{post-slug}/contact address as a “contact” page and keep {post-slug} in query variable jobname. add_filter( ‘query_vars’, ‘se354723_query_vars’ ); add_action( ‘init’, ‘se354723_rewrite_job_contact’ … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)