
🖶 Save as PDF (File → Print → Save as PDF)
The Creator+ Hub is a members-only section of auscastnetwork.com built exclusively for Creator+ subscribers (Paid Memberships Pro Level 1). It gives podcasters a personalised home base with tools, resources, and opportunities tailored to their needs.
The Hub includes: a personalised Dashboard, embedded Omny Studio, a Sponsorship Opportunities board, an Article Submission form, and a Member Profile with multi-show attachment.
Admins and editors bypass the membership access guard and can view all hub pages directly while logged into WordPress.
| Page | URL |
|---|---|
| Dashboard | auscastnetwork.com/creator-dashboard/ |
| My Studio | auscastnetwork.com/studio/ |
| Sponsorship Opportunities | auscastnetwork.com/sponsorship-opportunities/ |
| Submit an Article | auscastnetwork.com/submit-article/ |
| My Profile | auscastnetwork.com/my-profile/ |
Non-admins without a Creator+ membership are automatically redirected to /creator-plus/ to upgrade. Non-logged-in visitors are redirected to /login/.
auscastnetwork.com/wp-admin/BrandName – Brief Description$350/episode or $500 flat + 5% commission30 Jun 2026Technology, Health & Wellness, Financesales@auscastnetwork.com and one to the member’s registered emailWhen a Creator+ member submits an article via the Submit an Article page, it is saved as a WordPress Post with status Pending Review — it does not go live until you approve it.
Tip: Consider emailing the member when their article is published — it’s a great way to keep them engaged with the hub.
All Creator+ Hub functionality runs through four active WPCode snippets. Access them at wp-admin → Code Snippets (WPCode).
| ID | Name | Type | Purpose |
|---|---|---|---|
3948 | Creator+ Hub – Core Infrastructure | PHP | All shortcodes, AJAX handlers, access guard, CPT registration |
3965 | Creator+ Hub – Styles & Nav | CSS | Visual styling for all hub pages |
3968 | Creator+ Hub – Sticky Nav Bar | HTML | Sticky top navigation shown on all hub pages |
3916 | reCAPTCHA Script – Advertising Page | HTML | reCAPTCHA checkbox on /advertising/ contact form |
Important: Never deactivate Snippet ID 3948. Doing so removes all hub functionality and the access guard, making hub pages visible to non-members.
The five hub pages were built with inline HTML (not Elementor). To edit their content:
Pages use #0d0d1e dark background, #e8b84b gold accents, and white body text. Keep new sections consistent with these colours to maintain brand identity.
Members can attach multiple shows to their profile from the My Profile page. They enter show names and click Save Shows — stored in their WordPress user meta.
Note: The personalised greeting uses the member’s First Name. If a member sees their username instead of their name, ask them to update their First Name in My Profile → Edit Profile.
Both the Contact page (/contact/) and the Advertising page (/advertising/) use Google reCAPTCHA v2.
| Key Type | Value |
|---|---|
| Site Key | 6Ld7UcQsAAAAAIKM6GXEOCLDSCClk7GLqszmxB-Z |
| Secret Key | 6Ld7UcQsAAAAAB2AIq4HDgmgLVm6M4YX09vm3-fq |
These keys are stored in two places — both must be updated if you replace them:
<a> tag in the nav and add the slug to the hubSlugs array in the snippet’s JavaScript| Problem | Likely Cause | Fix |
|---|---|---|
| Hub pages visible to non-members | Snippet 3948 deactivated | Reactivate in WPCode |
| reCAPTCHA shows “Invalid site key” | Key mismatch | Check Snippet 3916 AND Elementor Integrations — both must match |
| Deal acceptance emails not sending | SMTP not configured | Install WP Mail SMTP and configure outgoing mail |
| Member name not in greeting | No First Name set | Ask member to update First Name in their profile |
| Submitted articles not on site | Pending approval | Check Posts → Pending Review and publish manually |
| Omny Studio shows login screen | Expected behaviour | Member must log in to Omny separately — the iframe loads Omny’s own login |
| Task | Where to Go |
|---|---|
| Add a sponsorship deal | wp-admin → Sponsorship Deals → Add New |
| Review submitted articles | wp-admin → Posts → Pending Review |
| Edit hub page content | wp-admin → Pages → [page name] → Edit |
| Edit hub logic / shortcodes | wp-admin → Code Snippets → ID 3948 |
| Change reCAPTCHA keys | Elementor Settings → Integrations + WPCode Snippet 3916 |
| Edit sticky nav bar | wp-admin → Code Snippets → ID 3968 |
| Edit hub styles / colours | wp-admin → Code Snippets → ID 3965 |
| View / edit member shows | wp-admin → Users → [username] → Edit |
| Manage main navigation | wp-admin → Appearance → Menus |