Learn how to install, configure, and manage corporate organizational structures and author boxes using the Organizational Chart & Author Box Builder Suite (Team Manager Unified for WordPress - wpteammanagerunified) plugin.
Quick Installation Guide
- Download the plugin ZIP file or install directly from WordPress.org repository.
- Log in to your WordPress Admin dashboard and navigate to Plugins > Add New > Upload Plugin.
- Upload
team-manager-unified.zipand click Activate Plugin. - Access the Team Manager menu in the admin sidebar to start creating branches, departments, positions, and staff profiles.
System Architecture & Custom DB Relations
graph TD
A[Plugin Core Bootstrap TemaunPlugin] --> B[Register Custom Relational DB Tables temaun_branches temaun_departments temaun_positions temaun_staff]
B --> C[Vue 3 SPA Admin UI Manage Branches Departments Positions Staff]
C --> D[Link Staff Profile to Native WP User ID]
D --> E[Author Box Builder Render Custom Hero Bio Posts & Social Blocks]
E --> F[Inject Google Schema.org JSON-LD Organization & Person Data]
Dynamic Author Box Builder & Content Injection Workflow
graph TD
A[Article Loaded on Frontend] --> B[Filter the_content Priority 999]
B --> C{Check Post Author Linked to Staff Profile}
C -->|Yes| D[Load TemplateManager Blocks Hero Bio Posts & Social Links]
C -->|No| E[Render Native Theme Author Box]
D --> F[Inject Styled Custom Author Box Panel Below Article Content]
Google Schema.org E-E-A-T & Knowledge Graph Injection Flow
graph TD
A[Render Webpage Header & Body] --> B[Fetch Company Branch Info & Staff Profile Data]
B --> C[Generate JSON-LD Schema.org Markup]
C --> D[Inject Organization Schema with Name Address & Social Accounts]
C --> E[Inject Person Author Schema with Job Title WorksFor & Bio]
D --> F[Google Search Crawls Page & Updates E-E-A-T Knowledge Graph]
E --> F