What you can do is, you can create an account and give those account detail to your client to login.
And whenever your client is login you can check that and don’t display ad to that user. And else it will be visible to everyone.
So we dont need to duplicate categories at all.
Related Posts:
- Is There a Difference Between Taxonomies and Categories?
- Check if a post is in any child category of a parent category
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- get_categories for custom post type with a specific custom taxonomy attached
- Control term order on a per-post basis
- Could not insert term into the database
- How can I add the featured image functionality to a custom taxonomy?
- Share one taxonomy across multiple blogs in 3.0 [duplicate]
- Weird behaviour when adding terms/term_taxonomies programmatically
- wp_update_nav_menu_item() to insert categories
- Admin Panel – Disable Moving Selected Terms To Top of Metabox
- How to make custom taxonomy check boxes like ‘Categories’
- Create terms when registering taxonomy?
- How to create non-unique sub-category slugs?
- How to get next previous category in same taxonomy?
- Display only deepest category on a single post?
- How to add HTML5 ‘required’ attribute to wp_dropdown_categories() without JavaScripts?
- Wrap a chosen category name with div
- wp_list_categories, Add class to all list items with children
- Display empty taxonomy terms with get_terms()
- Connecting WordPress gallery to custom categories (taxonomy)
- What’s the difference between “parent” and “category_parent” in a WP_Term object?
- Update taxonomy value of post type in query
- How to query posts from specific authors and categories using WP_query?
- New categories are now going to 404s
- Add custom taxonomy under the category title
- Display name of the last child category
- “Reversable” and “Re-useable” Subcategories (or other taxonomic structure)
- Get multidimensional array that reflects category hierarchy
- List Terms in Category
- How to get category URL with the slug?
- How to view WordPress’ default category IDs?
- Random taxonomy category list
- Display Slug instead of Name
- Force a user’s posts category
- Search Posts / Pages with multiple options?
- ACF: Display category name using taxonomy field
- Show Available Taxonomy List with Current Category
- Exclude a category from the_category in the single post page
- Taxonomy name repeating when showing 2 posts from each category
- Why does the argument list_only do on Walker_Category_Checklist::start_el?
- New Categories Not Shown In the Post Edit Page
- Shortcodes not working in category or tag description
- Filtering multiple categories via the URL
- Display specific categories by ID
- Display Posts Loop for each parent and for each Child
- Why don’t posts show up in my categories on the frontend?
- Flat category URLs but retaining hierarchy?
- How many categories can WordPress handle before performance suffers?
- Custom taxonomy template for categories
- Targeting Parent Category Pages
- Wacky taxonomy in wordpress
- get_terms function not returning anything
- Include WooCommerce product to all child categories
- Question on using custom structures for categories
- Notice: Trying to get property of non-object in : custom fields category
- How to modify the output of wp_terms_checklist when used within the built-in category metabox on edit posts?
- WP REST API not retrieving all categories
- Some categories missing on wp-admin/edit-tags.php?taxonomy=category
- List just subcategory and products of active category page in Woocommerce
- Eliminate word from $term->name
- Style a category from category list
- How to schedule categories?
- Copy post taxonomy?
- Setting selected term_id with wp_dropdown_categories?
- creating categories programmatically
- How to get posts using category slug in ClassiPress?
- Combining these queries? (Same taxonomy term + same category as post)
- get_the_category – display only a single category for a post (not all categories)
- Category post count is not correct
- Disable Category Taxonomy
- How can i change sort category view starting from child then parent, not alphabetically
- How to set acf color field as background color to product category
- How to target all woocommerce categories that don’t have any subcategories in them?
- Filtering posts in category by tag URL
- Bulk assign posts to a category using SQL (MySQL)
- get taxonomy list in a page in the wordpress
- Number of categories slowing down the site
- Image Upload Custom Form Field for Category and Custom Taxonomy
- outputting taxonomy hierarchy
- Filter custom taxonomy posts via AJAX
- How get all media from a posts category by db?
- How to echo Tags and Categories as plain text
- How can I add HTML classes for current taxonomy/term hierarchy into my pages to simplify styles?
- Display List of Categories Within a Custom Taxonomy
- Grouping parent categories into sections
- get_adjacent_post_link excluded_terms ignored
- Taxonomy for custom post type not found
- Category base 404 – fix
- Why is my post categories not displaying?
- Problem importing categories and sub-categories
- Assign a category by user and customize the edit-tags.php?taxonomy=category page
- Woocommerce custom taxonomy order
- Hook action when create new category [duplicate]
- Order Categories by Character Count
- Add custom fields to Woocommerce Category Page
- How to make /category/ URL load properly instead of 404 error?
- How to get parent and child sub category (Taxonomy) order to display
- How can I get the categories and subcategories separately?
- Two related taxonomies. how to filter terms in second taxonomy depending on selected term in first taxonomy on Post edit page?