Chandler Conway: Case Results Page Project

Project Overview

Client Request: Add a "Case Results" / "Our Results" page to showcase successful personal injury cases.

Source: Email thread from Eric Chandler (Dec 14-24, 2025) Meeting Scheduled: January 7, 2026 @ 1pm CST


Client Requirements

Content Scale


Two Options Proposed

Option 1: Blog Category (Simplest)

Create a new blog category called "Our Case Results" - Header nav and footer link to blog listing filtered by category - Singles use existing blog single template - Minimal development hours

Option 2: Custom Post Type (Recommended)

Create a dedicated Case Results post type - Custom archive page with card layout - Custom single template designed for conversion - ACF fields for case-specific data (outcome amounts, case type, summary) - More unique presentation, better suited for marketing


SEO & Growth Analysis

Arguments FOR Separate CPT (Option 2)

SEO Benefits

Marketing/Conversion Benefits

Content Strategy Benefits

Arguments FOR Blog Category (Option 1)

SEO Benefits

Practical Benefits


Recommendation

Option 2 (Custom Post Type) is recommended for a law firm focused on growth because:

  1. Case results are fundamentally different content - they're proof, not education
  2. Singles should look different - prominent settlement amounts, before/after narrative, clear "Contact Us" CTA vs. blog singles optimized for reading time
  3. Future flexibility - can add filtering by case type, settlement range, practice area
  4. Local SEO - case result pages with location mentions can rank for "[practice area] lawyer [city]" queries

The extra dev hours pay off in conversion optimization and cleaner content architecture.


Execution Plan

If Option 1 (Blog Category)

  1. Create "Our Case Results" category in WordPress
  2. Update header.php - add link to Personal Injury dropdown
  3. Update footer.php - add link under Personal Injury list
  4. Optional: Add CTA button/block to Personal Injury mega menu

If Option 2 (Custom Post Type)

  1. Register CPT in functions.php (case_results)
  2. Create ACF fields for case results (outcome amount, case type, summary, etc.)
  3. Build archive template (archive-case_results.php) with card layout
  4. Build single template (single-case_results.php) with custom design
  5. Update navigation - header dropdown + footer links
  6. Add to ACF JSON for version control

Notes


TLDR: Blog Category vs. Custom Post Type

Blog Category Custom Post Type
What it is Case results live as blog posts with a category filter Case results are their own content type with custom design
SEO Consolidates authority under existing blog Dedicated URLs, better schema markup, cleaner keyword targeting
Conversion Uses blog template (reading-focused) Custom template optimized for trust/CTAs (outcome amounts prominent)
Marketing Harder to segment for ads/email Easy to target "case result viewers" separately
Future-proof Limited filtering options Can add filters by case type, amount, practice area
Dev time ~2-3 hours ~8-12 hours

Bottom line: Blog category is faster and cheaper. Custom post type is better for growth, conversions, and long-term marketing flexibility. For a law firm where case results are proof (not education), separating them from the blog lets you design for trust and action rather than just reading.