SiteNivo – Modular Site Toolkit
SiteNivo is a WordPress custom fields and custom post type toolkit for building structured content without writing code.
Create custom post types, custom taxonomies, custom fields (field groups / meta boxes), options pages, and admin columns from one clean admin UI. Ideal if you want CPT + fields in a single plugin instead of juggling separate tools.
Why SiteNivo?
- All-in-one content toolkit — custom post types, taxonomies, custom fields, options pages, and admin columns together
- No-code admin builders — register CPTs and taxonomies, then add field groups with location rules
- Developer-ready — use
sn_get_field()/sn_the_field()in themes; export CPT/taxonomy PHP when you need portable code - Site tools included — Maintenance Mode, Coming Soon, Import/Export, WP Reset, URL Replace, Classic Editor, Classic Widgets, Duplicate Post, SVG support, and useful settings
Custom Post Types (CPT Builder)
Create and manage WordPress custom post types from the admin:
- Labels, slug, public/private visibility, and menu icon
- Supports: title, editor, thumbnail, excerpt, comments, revisions, and more
- Hierarchical (page-like) or flat (post-like) structure
- Archives and rewrite settings
Custom Taxonomies
Register custom taxonomies and assign them to any post type:
- Hierarchical (like categories) or flat (like tags)
- Labels, slug, admin UI, and rewrite options
- Attach to core or custom post types
Custom Fields & Meta Boxes (Field Groups)
Build custom fields and field groups that appear as meta boxes on posts, pages, taxonomies, users, and options pages — with AND/OR location rules.
Field types included:
- Basic: Text, Textarea, Email, URL, Password, Number, Range, Color, Select, Checkbox, Date, Time, Date Time, WYSIWYG, oEmbed, Link
- Media: Image, File, Gallery
- Relational: Post Object, Relationship, Taxonomy, User, Page Link
- Maps: Google Map, OpenStreetMap
- Layout: Tab, Accordion, Message
- Pro Version: Repeater, Clone, Flexible Content, and Table field types
Options Pages
Create WordPress options pages (global settings screens) and attach any field group for site-wide options.
Admin Columns
Add custom admin columns to post list tables and map them to your SiteNivo custom fields.
Code Generator
Export custom post types and taxonomies as clean register_post_type() / register_taxonomy() PHP — no SiteNivo dependency at runtime.
URL Replace
Search and replace URLs across the full WordPress database (posts, options, meta, and other text columns), with serialized data handled safely.
Free: run a full-database URL replace anytime. Pro Version: replace history is stored so you can roll back a previous replace if needed (Coming Soon In Pro Version).
Import / Export
Migrate custom post types, taxonomies, field groups, options pages, and admin columns between sites with JSON.
Maintenance Mode & Coming Soon
Show a branded Maintenance Mode or Coming Soon page with built-in templates while you build or launch.
WP Reset & Settings
- WP Reset — selectively reset posts, comments, terms, media, users, transients, theme mods, or plugin options. Complete Site Reset is available in the Pro Version.
- Settings (Free) — Classic Editor, Classic Widgets, Duplicate Post, safe SVG uploads, Performance-related settings, security toggles, Google Maps API key, and uninstall cleanup
Classic Widgets restores the classic (non-block) Widgets screen via WordPress’s use_widgets_block_editor filter — toggle it under SiteNivo → Settings → General.
Duplicate Post adds a Duplicate row action and Bulk actions option for posts, pages, and public custom post types (creates drafts). Enable it under SiteNivo → Settings → General. Copying SiteNivo custom field values when duplicating is a Pro Version feature.
For Developers
Read field values in your theme:
sn_get_field( 'field_key', $post_id );
sn_the_field( 'field_key', $post_id );
sn_get_field( 'field_key', 'option' );
Works with post meta, options pages, user meta, and term meta.
Coming Soon in Free
Upcoming free updates will include:
- Favicon
- Disable Theme & Plugin Updates
- Social Buttons
- Permalink Manager
- Header & Footer
- Visitor Tracking
- Disable Comments
- Hide Identity
- and much more
SiteNivo Pro — Coming Soon
SiteNivo Pro is coming soon with advanced modules such as:
- Forms
- Blocks Development
- User Activity
- Login Activity
- URL Replace history & rollback
- Duplicate Post — custom field values when duplicating
- REST API Module
- Complete Site Reset
- Repeater, Clone, Flexible Content, and Table fields
- and much more
The free plugin already includes Performance-related settings under SiteNivo → Settings, so you can tune common performance options without Pro.
External Services
SiteNivo works without external services by default. Optional fields may contact third parties only when you use them:
- Google Map field — Google Maps JavaScript API / Places API when a Maps API key is saved in Settings. Terms · Privacy
- OpenStreetMap field — Leaflet is bundled locally; map tiles / geocoding may use OpenStreetMap-compatible providers and Nominatim. OSM copyright · Privacy
- oEmbed field — uses WordPress core oEmbed (may contact the URL’s provider, e.g. YouTube).
