need help with a user-specific custom page template
need help with a user-specific custom page template
need help with a user-specific custom page template
Showing the WordPress standard text area on a Woocommerce Single Product Page?
Wasn’t sure how the categories were being associated with the users so I checked the tutorial you linked to and found this: $user_meta = get_user_meta( $user_id, USER_CATEGORY_META_KEY, true ); It’d be whatever your code’s version of that line is… so whatever you’re saving the categories as in terms of user_meta, you’d call that. But change … Read more
Rewrite rules automatically for pages using specific template
Plugin-generated pages use Not Found or Pages Archive templates?
Can’t access variable outside for loop
One approach could be to create a rewrite rule that will catch the 3 variables and provide them as parameters that can be passed on to your job template. Assuming your template slug is “job”: function jobquery_rewrite_rule() { add_rewrite_rule( ‘^job/([^/]*)/([^/]*)/([^/]*)/?’, ‘index.php?pagename=job&state=$matches[1]&city=$matches[2]&job=$matches[3]’, ‘top’ ); } add_action( ‘init’, ‘jobquery_rewrite_rule’ ); After inserting this action into your theme, … Read more
Default Template Selected After Changes in Elementor [closed]
Missing ‘Page Attributes’ in page edit
Verify if the current page has at least one published child