About Kingdom WP Theme

Kingdom is a WordPress theme built by AA-Team, designed primarily for gaming communities, esports organizations, and clan websites. It ships with a dark aesthetic, team roster management, match results, tournament brackets, and a built-in points system. The theme leans heavily on custom post types for players, games, and events, which makes it purpose-built rather than a generic multipurpose theme dressed up for gaming.

AA-Team maintains the theme with regular updates and bundles it with Visual Composer and Revolution Slider. Out of the box it handles most of what a gaming site needs: stream integration, sponsor sections, forum-ready layouts, and news feeds. If you are running an esports team, a gaming clan, or a community hub, Kingdom covers the core features without requiring a stack of third-party plugins to fill gaps.

Get matched with a Kingdom developer in under one day

Brief 01

Tell us about your Kingdom project. Small fixes, Kingdom theme customization, or a full website build, whatever you need, we've got it covered.

Connect 02

We'll connect you to the right Kingdom developers, define the scope, and get everything 100% clear.

Collaborate 03

You'll get one estimate, hire your preferred developer, and start collaborating.

Kingdom has enough moving parts that generic WordPress advice does not cut it. AA-Team built custom post types, scoring logic, and shortcode systems that behave differently from standard themes. A Kingdom specialist who has worked inside the theme knows where things break, what can be extended, and what is better rebuilt. Through Codeable, you get matched with vetted WordPress developers who know niche themes like this. No junior freelancers, no guesswork.

Pros

  • Purpose-built for gaming and esports with native match results, brackets, and roster post types
  • Ships with Revolution Slider and Visual Composer included in the license
  • Built-in points and ranking system for clan or league management
  • Stream integration supports Twitch and YouTube live embeds directly in templates
  • Active AA-Team support with regular compatibility updates for new WordPress versions

Cons

  • Visual Composer dependency makes the page builder hard to swap out without breaking layouts
  • Heavy default scripts cause slow load times without performance optimization
  • Design is strongly dark-themed, making light or neutral branding difficult to achieve without significant CSS work
  • Match and tournament shortcodes lack flexibility for non-standard league formats
  • Documentation covers basics but leaves custom post type relationships and advanced hooks underdocumented

Who is Kingdom for?

Esports Team Website

Kingdom handles player profiles, match history, and team rosters as native post types. An esports team gets a professional site with game-specific branding, sponsor slots, and a results archive without building those features from scratch. A Kingdom developer can extend the roster to handle multiple divisions or game titles under one installation.

Gaming Clan Community Hub

Clans need member management, forum integration, and event scheduling. Kingdom pairs with BuddyPress for community accounts and its own points system for tracking activity. A Kingdom specialist can configure role-based access so officers manage content while members interact through front-end profiles and activity feeds.

Tournament and League Organizer

The tournament bracket shortcode handles single and double elimination formats. For organizers running multiple leagues across different games, a Kingdom developer can build out custom bracket logic, automated seeding displays, and a schedule archive that updates as results come in. It reduces manual admin work significantly.

Game News and Review Site

Kingdom’s news post layouts and category filtering work well for editorial gaming content. The dark theme suits game coverage, and Revolution Slider handles featured content promotion. A Kingdom expert can add review schema, star ratings, and game-specific category taxonomies to improve both UX and search visibility for review content.

Gaming Merchandise Store

WooCommerce drops into Kingdom cleanly for teams selling jerseys, peripherals, or branded gear. The shop pages need styling to match the gaming aesthetic, and a Kingdom developer can integrate the store with the team identity without it looking like a generic WooCommerce install bolted onto the site.

Customizing Kingdom

Kingdom offers a solid base, but most sites need work beyond the default setup. The Theme Options panel controls colors, fonts, header styles, and layout widths. For deeper changes, a Kingdom expert can modify the custom post type templates, rework the roster display, or build out a custom match schedule that fits your specific game titles and league format.

The theme’s Visual Composer integration handles page layout, but the gaming-specific shortcodes for brackets, team stats, and player cards often need adjustments to match your branding. A Kingdom WordPress developer can also extend the built-in points and ranking system if your community has rules that go beyond what AA-Team ships by default. Custom child themes keep those changes safe across updates.

Recommended plugins for Kingdom

Kingdom integrates with BuddyPress for community features and WooCommerce for merch stores or donation setups. If you are running ads or sponsored content, pairing it with a caching plugin and a CDN matters. A slow gaming site loses visitors fast. Check out the WordPress performance service to get load times under control.

For teams wanting organic growth through search, Kingdom’s SEO defaults are minimal. Yoast or Rank Math both work, but schema markup for events and team pages needs manual attention. The WordPress SEO optimisation service can handle that properly.

Not sure which plugins to use? This WordPress plugins directory covers the most popular options with reviews and setup guides.

Kingdom common issues

Kingdom theme Revolution Slider not showing on homepage

This usually happens after a Revolution Slider version mismatch following a theme update. Go to Slider Revolution > Updates and check if a manual update is available. If the slider is registered to AA-Team’s license, you may need to re-enter the purchase code. Also check that the homepage template is set to the slider-enabled version under Page Attributes. Clear your cache after making changes.

Kingdom WordPress theme Visual Composer shortcodes showing as raw text

Raw shortcode output means Visual Composer is deactivated or the plugin files are missing. Go to Plugins > Installed Plugins and confirm WPBakery Page Builder is active. If it was auto-deactivated after an update, reactivate it. If the shortcodes still render as text, deactivate conflicting plugins one at a time. A WordPress bug fixing service can trace shortcode conflicts quickly.

Kingdom theme player roster page returning 404

A 404 on the roster page usually means permalink settings are out of sync with Kingdom’s custom post types. Go to Settings > Permalinks and click Save without changing anything. This flushes rewrite rules. If the issue persists, check that the Roster page template is assigned correctly under Page Attributes and that the custom post type slug has not been modified in functions.php.

Kingdom match results not displaying correctly after update

Match result display issues after an update often point to a database schema change in the custom post type meta. Clear all caches first. Check if the match custom fields still exist under the post in Custom Fields. If fields are present but not rendering, the template file may have been overwritten. Compare your active template against the theme’s default match template and restore the correct output function calls.

Kingdom theme slow loading speed on mobile

Kingdom loads Revolution Slider scripts, Visual Composer assets, and custom fonts by default on every page. Use a plugin like Asset CleanUp to restrict scripts to pages that need them. Enable lazy loading for images, switch to a faster hosting stack, and consider a CDN for static assets. Minifying CSS and JS through a caching plugin helps significantly. Check the WordPress performance service for a full audit.

Kingdom theme header menu not responsive on mobile devices

Kingdom’s mobile menu depends on a specific JavaScript file that can conflict with other scripts. Open your browser console and look for JS errors on mobile viewport. If the hamburger icon appears but does not open the menu, check for jQuery conflicts by loading WordPress’s bundled jQuery instead of a CDN version. Also confirm the header style in Theme Options matches a layout that includes the mobile toggle element.

Kingdom WordPress points system not updating after match entry

The points system stores values in custom post meta. If points are not updating, check whether the match was saved with the correct result status. Kingdom’s points logic typically triggers on publish or update of a match post. If you edited results directly in the database or through a bulk tool, the trigger may not have fired. Re-save the match post manually. If the problem persists, a WordPress bug fixing specialist can trace the hook that handles point recalculation.

Kingdom theme WooCommerce shop page layout broken

Kingdom’s WooCommerce styling targets specific version markup. After a WooCommerce major version update, template files can fall out of sync. Go to WooCommerce > Status > Tools and check for outdated templates. Copy the updated WooCommerce templates into your child theme’s woocommerce folder and re-apply Kingdom’s custom styling. Avoid editing core theme files directly or the fix will be overwritten on the next update.

Kingdom theme custom logo not saving in Theme Options

Logo save failures in Theme Options are usually caused by a permissions issue on the uploads folder or a PHP memory limit being hit during the save request. Check that wp-content/uploads is writable. Increase upload_max_filesize and post_max_size in php.ini or via a custom .htaccess rule. If the logo saves but does not display, check for a full-page cache serving the old header and flush it after saving.

Kingdom WordPress theme child theme not overriding parent templates

Kingdom child theme templates only override parent templates when the file name and folder path match exactly. If your child theme has single-players.php but the parent uses single-player.php, the override will not work. Use get_template_part() references inside the parent to identify the correct file names. Also confirm the child theme’s style.css has the correct Template: header pointing to the parent theme’s folder name.

Kingdom theme redesign

Time to refresh your Kingdom site?

A good theme only gets you so far. If your site isn't converting, the problem is usually the design — not the theme. We can fix that.

Get a redesign estimate

Kingdom FAQ

Kingdom is still one of the more capable gaming-specific themes available. It handles match results, rosters, and brackets natively without plugins. AA-Team continues to release updates for current WordPress versions. The main limitations are its reliance on Visual Composer and the time it takes to customize the dark default design for specific branding needs.

Kingdom was built around WPBakery Page Builder, not Elementor. You can install Elementor alongside it, but the gaming-specific shortcodes and templates are WPBakery-based. Switching fully to Elementor would require rebuilding those sections. A Kingdom developer can advise whether a hybrid setup or full migration makes sense for your project.

Kingdom manages games through a custom post type. Go to Games > Add New in your WordPress admin, add the game title, logo, and associated details. Once published, you can assign players and matches to that game. If your setup requires game-specific pages or filtered roster views, a Kingdom specialist can extend the default taxonomy to support it.

Technically yes, but it is not practical. The theme’s structure, default layouts, and post types are built around gaming. Repurposing it for a business or portfolio site means disabling most of its core features and doing heavy CSS overrides. A general-purpose theme would be a better starting point for non-gaming use cases.

Yes. Kingdom supports WooCommerce for selling merchandise, game keys, or memberships. The shop templates adopt the theme’s styling but may need CSS work to align with your branding. After major WooCommerce updates, template files can go out of sync and need refreshing. Keeping both the theme and WooCommerce updated together avoids most compatibility issues.

Always run Kingdom on a child theme. Updates to the parent theme will overwrite any edits made directly to theme files. If you are not using a child theme currently, create one before updating and move your customizations across. Back up the database and files before any major update. Test updates on a staging site first.

Kingdom is translation-ready and works with WPML and Polylang for multilingual setups. The .po and .mo files are included for string translation. Gaming-specific post types like players and matches need extra configuration in WPML to handle translated content properly. A Kingdom developer familiar with WPML can set that up without breaking the roster or results structure.

Kingdom uses WPBakery Page Builder, previously known as Visual Composer. It is bundled with the theme license so you do not need to purchase it separately. The gaming-specific elements like brackets, player cards, and match tables are built as WPBakery shortcodes, which is why the theme is tightly coupled to that page builder.

Post your project on Codeable to get matched with a vetted Kingdom WordPress developer. Codeable vets all developers on the platform, so you are not rolling the dice on an unknown freelancer. Describe your customization needs and receive an estimate within 24 hours. Get a Free Estimate to get started.

Yes. Migrating a Kingdom site follows the standard WordPress migration process: export the database, move files, update the wp-config.php with new database credentials, and run a search-replace on the domain. Kingdom does not add migration complexity beyond its custom post types. The WordPress migration service handles this end to end.

Hire a Kingdom WordPress Developer

Whether you need a full Kingdom build, custom roster features, performance fixes, or an esports layout that actually fits your brand, working with a specialist saves time. Post your project and get matched with a vetted Kingdom developer within 24 hours. No commitment until you approve the estimate. Get a Free Estimate and describe what you need.

#ACF
#Avada
#Contact Form 7
#Custom WP Themes
#Elementor
#Gutenberg
#Custom API Integration
#Site Migration
#WP Speed Optimization
#Theme Customization
#Custom Post Type
#PHP
#Laravel
#Plugin Development
#MYSQL
#Wp Rocket
#SEO
#Gravity Forms
#JavaScript
#Learndash
#Headless WordPress
#Payment Gateways
#Ninja Forms
#BuddyPress
#Slider Revolution
#Full Site Builds
#Anything Backend
#Anything Frontend
#Bookly
#GamiPress
#React JS
#Design
#ADA Compliance
#DIVI
#Genesis
#Enfold
#FacetWp
#WP Rest API
#Multisite
#Vue JS
#Maintance
#WooCommerce
#Hacking Cleanup
#BuddyBoss
#Hosting Transfer
#CSS

You'll need a free Codeable account so developers can ask questions and send their quotes.