I will update Premium Account on this website Shareaccounts.org
Here is an example of registering a “people” taxonomy
function people_init() {
// create a new taxonomy
register_taxonomy (
'people',
'post',
array(
'label' => _('people'),
'rewrite' => array('slug' => 'person'),
'capabilities' => array(
'assign_terms' => 'edit_guides',
'edit_terms' => 'publish_guides',
)
)
);
}
add_action('init', 'people_init');
Here is an example of adding the term John to post id number 555 in the "person" taxonomy
wp_set_object_terms(555, 'John', 'person');
Search
Popular on Blogar
Content Marketing-What is Content Marketing
- October 24th, 2023
- 1400 Views
Social Media Marketing-Social Media Marketing (SMM)
- October 24th, 2023
- 1691 Views
Pay-Per-Click-What is PPC
- October 24th, 2023
- 1271 Views
How to Activate Windows 11 Pro (No tools needed)
- September 3rd, 2024
- 97 Views
How to disable automatic updates for themes and plugins in WordPress
- August 16th, 2024
- 96 Views
WordPress sticky articles in categories but not on the homepage
- August 13th, 2024
- 94 Views
Get all WordPress category names and IDs
- August 21st, 2024
- 94 Views
WordPress-How to show single post content in front-end?
- August 26th, 2024
- 90 Views
How To Find The IP Of Any Whatsapp Call
- September 3rd, 2024
- 84 Views
WordPress display articles by category
- August 28th, 2024
- 84 Views
Recent Post
Content Marketing-What is Content Marketing
- October 24th, 2023
- 1400 Views
Social Media Marketing-Social Media Marketing (SMM)
- October 24th, 2023
- 1691 Views
Pay-Per-Click-What is PPC
- October 24th, 2023
- 1271 Views
VMware cannot install VMware Tools, prompts VMCI, memory driver
- November 25th, 2024
- 57 Views
More Post
- Howo Tractor Truck
- Howo Tipper/Dump Truck
- Howo Cargo Truck
- Howo Concrete Mixer Truck
- Howo Special Truck
- Howo Light Truck
- Shacman Tractor Truck
- Shacman Tipper/Dump Truck
- Shacman Cargo Truck
- Shacman Concrete Mixer Truck
- LGMG Mining Trucks
- XCMG Wheel Loader
- XCMG Excavator
- XCMG Crane
- XCMG Asphalt Pavers
- XCMG Road Roller
- Shantui Bulldozer
Copyright © 2024 BBBBF All Rights Reserved.