Updated 1 month ago
NYC team · same business day
View live demo →
Specs

What's in the box.

Frameworks
7
all included
License
Personal
1 commercial site
Updates
Lifetime
free, quarterly

Animalia WordPress Theme is a creative Creative Agency & Portfolio HTML5 WordPress theme built on Bootstrap 4, fully compatible with WordPress 6.x with Custom Post Type support. It ships with 18 page templates, a filterable photo gallery, a blog module, an analytics dashboard — all controlled from the WordPress admin and Customizer with zero coding required.

Built for WordPress developers, freelancers, and site owners delivering creative agency & portfolio html5 websites. The theme follows WordPress coding standards throughout: template hierarchy, action and filter hooks, wp_enqueue_scripts for all assets, and a child-theme-ready structure. Every visible element is customisable via the Customizer live preview — no page builder plugin dependency required.

Everything in the Package

  • 18 page templates following the WordPress template hierarchy
  • WordPress 6.x compatible — tested with the latest WordPress core
  • Custom Post Types registered via register_post_type() with custom admin columns
  • Custom Taxonomies registered via register_taxonomy() with filterable archive templates
  • Bootstrap 4 — responsive grid, enqueued via wp_enqueue_style() in functions.php
  • WordPress Customizer sections with live preview — colours, hero, social links, and footer settings
  • Custom Walker_Nav_Menu for Bootstrap 4 dropdown markup in primary navigation
  • Widget areas registered via register_sidebar() — sidebar, footer columns, and feature-specific zones
  • Contact Form 7 integration on the contact page template
  • Translation-ready — all strings wrapped in __() and _e() with the theme text domain
  • Child theme ready — all action and filter hooks documented for safe overrides
  • Retina-ready, fully responsive from 320px to 1920px+
  • Escaped output throughout — esc_html(), esc_url(), esc_attr(), wp_kses_post() applied correctly

Theme Structure and WordPress Standards

  • Template hierarchy: front-page.php, archive.php, single.php, page.php, and custom page templates
  • functions.php: add_theme_support(), register_nav_menus(), register_sidebar(), register_post_type(), wp_enqueue_scripts()
  • Action hooks: wp_enqueue_scripts, after_setup_theme, widgets_init, init, wp_footer
  • Filter hooks: the_content, excerpt_length, excerpt_more, body_class, post_class
  • Template parts in template-parts/ — header, footer, content cards, and section partials
  • All Customizer settings use sanitize_hex_color(), esc_url_raw(), and sanitize_text_field() callbacks
  • Folder structure: inc/, template-parts/, assets/css/, assets/js/, languages/

All 18 Page Templates

  • page-home-v1.php / home-v1.php — Classic agency hero with services strip, portfolio preview, and stats
  • page-home-v2.php / home-v2.php — Alternate hero layout with featured project spotlight
  • page-home-v3.php / home-v3.php — Third home variant with distinct section arrangement
  • page-about.php / about.php — Agency story, mission, and core values
  • page-services.php / services.php — All services overview with icons and brief descriptions
  • page-service-details.php / service-details.php — Full individual service page with process and CTA
  • page-why-choose-us.php / why-choose-us.php — Trust-building page with skill charts and differentiators
  • page-team.php / team.php — Team member grid with photos and roles
  • page-team-details.php / team-details.php — Individual team member profile with bio and social links
  • page-portfolio-grid.php / portfolio-grid.php — Work showcased in card grid with Isotope filtering
  • page-portfolio-masonry.php / portfolio-masonry.php — Work in variable-height masonry layout
  • page-portfolio-slider.php / portfolio-slider.php — Featured project carousel view
  • page-portfolio-details.php / portfolio-details.php — Full project case study with images and description
  • page-blog-standard.php / blog-standard.php — News and insights in traditional blog format
  • page-blog-grid.php / blog-grid.php — Post archive in card grid layout

Key Features

  • 18 Fully Designed HTML5 Pages across home, services, portfolio, team, blog & contact
  • 3 Unique Home Layouts — Home One, Home Two, Home Three with distinct hero styles
  • Bootstrap 4 — responsive, mobile-first grid system
  • 3 Portfolio Gallery Layouts — Grid, Masonry, and Slider views for showcasing work
  • Portfolio Detail Page — full case study page for individual projects
  • Services Module — services overview + individual service detail pages
  • Team Pages — team grid + individual team member profile page
  • Why Choose Us Page — dedicated trust-building page with USPs and stats
  • EasyPieChart — animated circular skill and progress charts
  • Counterup Animated Statistics — projects completed, clients served, years of experience
  • Mean Menu — smooth, accessible mobile navigation
  • Blog Module — standard and grid layout + full post detail with comments

Customizer Controls

  • Hero Section — background image upload, headline text, subheading, and CTA button settings
  • Colour Settings — primary accent colour, background colour, and card colour with live preview
  • Social Links — all major social platform URL fields with live header/footer update
  • Footer — copyright text, footer logo upload, and footer widget area configuration
  • Typography — Google Fonts selector for heading and body font pairing
  • All settings use proper sanitize callbacks — no unsanitised values stored in wp_options

Use Cases

  • Creative Agency & Portfolio HTML5 Site Owners: Manage all content from the WordPress admin — no coding required after installation
  • WordPress Developers: Child-theme-ready hooks, WooCommerce support, and translation-ready strings — built to extend
  • Freelancers and Agencies: Deliver a creative agency & portfolio html5 WordPress site to clients with Customizer control over all design settings
  • Non-Technical Clients: Full Customizer live preview, widget areas, and Custom Post Types — empowers clients to self-manage

Credits and Dependencies

  • WordPress 6.x — GPLv2 License
  • Bootstrap 4 — MIT License
  • Advanced Custom Fields (ACF) Free — GPLv2 License
  • Contact Form 7 — GPLv2 License
  • Slick — MIT License
  • Isotope — MIT License
  • WOW — MIT License
  • CounterUp — MIT License
  • Magnific — MIT License
  • Lightbox — MIT License
  • Chart — MIT License
  • Font Awesome 6 — Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT
  • Google Fonts — SIL Open Font License
  • Demo images: Unsplash — Unsplash License (free for commercial use, no attribution required)
  • Demo images: Freepik — Freepik License (free for commercial use with attribution)
  • All demo images are for preview purposes only and are NOT included in the download.
v1.0  Initial WordPress Theme Release
- WordPress 6.x compatible with Bootstrap 4 and Walker_Nav_Menu
- 18 page templates following the WordPress template hierarchy
- Custom Post Types and Custom Taxonomies with archive templates
- Full WordPress Customizer integration with live preview
- Widget areas for sidebar and footer columns
- Contact Form 7 integration on contact page template
- Translation-ready — all strings use __() with theme text domain
- Child theme ready — all hooks documented
- Escaped output throughout — esc_html(), esc_url(), wp_kses_post()

Production code · accessibility ready

Open the source. Read the actual code.

Every Animalia — Anime WordPress Theme template ships hand-written, semantic, and accessibility-ready. Tabs preserved. Comments in plain English. BEM naming. WCAG 2.2 AA tested. No spaghetti, no inline JavaScript scattered through the document. Your team extends without rewriting — and your users get a site that works for screen readers, keyboard navigation, and reduced-motion preferences out of the box.

Semantic HTML5Real <section> / <article> / <nav> tags — not div soup.
WCAG 2.2 AA accessibilityReal ARIA, focus order, 4.5:1+ color contrast, keyboard nav.
BEM class systemPredictable naming so your team can extend without breaking.
Reduced-motion respectedprefers-reduced-motion media query disables non-essential transitions.
Skip-link + landmark rolesScreen-reader-friendly navigation at every page top.
Lighthouse 100 a11yAudited per release. Default install scores 100 / 96 / 100 / 100.
hero.html hero.css hero.js
animalia-anime-wordpress-theme/hero · v1.0.0 · WCAG 2.2 AA
1<!-- Animalia — Anime WordPress Theme hero — semantic, accessible, AICE-priced -->
2<section class="hero hero--cover" role="region" aria-label="Featured">
3 <div class="hero__inner">
4 <h1 class="hero__h1">Built for businesses <em>that ship</em></h1>
5 <a class="btn btn--primary" href="/shop">Shop now</a>
6 </div>
7</section>
8
9/* hero.css — focus-visible & reduced-motion respected */
10.hero :focus-visible { outline: 2px solid var(--c-cyan); }
11@media (prefers-reduced-motion: reduce) { .hero * { animation: none !important; } }
12
13// AICE rebuild cost manifest
14const aice = { claude: '$2,400', buy: '$76' };
Changelog · 1 version

What's changed.

  • Initial release.
  • Latest WordPress + Elementor compatible; clean child-theme structure.
  • Detailed documentation included with quick-start guide.
Tags
Customer reviews · 0 verified

What customers actually said.

No reviews yet — be the first.

Managed launch · 2 hosting tiers · NYC infrastructure

Don’t have hosting? We launch Animalia — Anime WordPress Theme for you.

Skip cPanel. Skip the FTP upload. Skip the DNS configuration. Each hosting tier includes the install, plugin config, and your domain pointed live in 24 hours. Same NYC team that built the template handles your launch.

99.9%Uptime SLA
24hSetup time
NYCSame-day support
Starter
$9.99/mo
  • 1 Website
  • 10 GB Storage
  • Free SSL
  • 1 Database
Deluxe
$27.99/mo
  • 10 Websites
  • 50 GB Storage
  • Free SSL (all sites)
  • 25 Databases
Ultimate
$35.99/mo
  • 25 Websites
  • 75 GB Storage
  • Free SSL (all sites)
  • 50 Databases
Launch
$62.99/mo
  • 100 GB Storage
  • 4 GB RAM
  • 2 CPUs
  • Free SSL
Grow
$155.99/mo
  • 300 GB Storage
  • 16 GB RAM
  • 8 CPUs
  • Free SSL
Expand
$217.99/mo
  • 400 GB Storage
  • 32 GB RAM
  • 16 CPUs
  • Free SSL

Free SSL · 99.9% uptime · 24/7 support · No domain included

Every tier includes — NYC infrastructure

99.9%Uptime SLAMonitored 24/7
24hSetup timeSame business day
SSLHTTPS day oneAuto-renewed
CDNGlobal edge cache15 PoPs worldwide
DailyAuto backups30-day retention
NYCStudio supportSame-day response
From the NYC studio

Save $5 on Animalia — Anime WordPress Theme today.

Plus weekly drops · AICE rebuild reports · early access to designs we haven't listed publicly. Same email goes to designers shipping with Letam, Bunlicious, and Aiga.

No spam · unsubscribe anytime · 3,500+ designers ship from this list

Animalia — Anime WordPress Theme
$76 · WordPress Themes