Skip to content

Redesign jobs.wordpress.net theme#575

Closed
dd32 wants to merge 4 commits intoWordPress:trunkfrom
dd32:add/claude/jobs-redesign
Closed

Redesign jobs.wordpress.net theme#575
dd32 wants to merge 4 commits intoWordPress:trunkfrom
dd32:add/claude/jobs-redesign

Conversation

@dd32
Copy link
Copy Markdown
Member

@dd32 dd32 commented Mar 26, 2026

Summary

  • Replaces the dated 996-grid layout with a modern design system matching the redesign mockup — hero section with dynamic stats, category filter pills, card-based 3-column job grid, sticky header with WP logo, and dark 4-column footer
  • Fixes PHP warnings: array_pop() by-reference (PHP 8.x), deprecated wp_no_robots() replaced with wp_robots filter
  • Updates local environment setup: deduplicates pages on restart, adds FAQ page, clears default widgets to match production, sets post_author=1

Test plan

  • Run npm run jobs:env -- start from environments/
  • Verify homepage hero, filter pills, and job card grid at http://localhost:8888
  • Click filter pills to verify client-side category filtering
  • Click a job card to verify single job detail page with sidebar card
  • Visit /post-a-job/ and verify form styling and Submit button
  • Visit /faq/ and verify FAQ page renders
  • Visit /nonexistent/ and verify 404 page with styled search
  • Resize browser to verify responsive breakpoints (3 -> 2 -> 1 column)
  • Check browser console for PHP warnings
  • Destroy and restart env to verify no duplicate pages

Generated with Claude Code

Replaces the dated 996-grid layout with a modern CSS custom properties
design system featuring a hero section with dynamic stats, category
filter pills, card-based job grid, sticky header, and dark footer.

Fixes PHP warnings: array_pop by-reference, deprecated wp_no_robots.
Updates local environment setup to deduplicate pages, add FAQ page,
clear default widgets, and set post_author.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props dd32.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

dd32 and others added 3 commits March 26, 2026 12:06
Removes old 996 grid CSS, dashicons CSS, layout CSS, rtl.css,
wporg-footer.php, content.php, custom-header/customizer/jetpack
includes, and old JS files (navigation, customizer, keyboard nav).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Use proper escaping functions (esc_html_e, wp_kses_post, wp_kses),
fix indentation to use tabs consistently, avoid inline control
structures, and rename $cat to $job_cat to avoid overriding WP globals.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Correct indentation in content-list.php to match scope level expected
by PHPCS, and use ternary instead of inline brace in header.php.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bazza bazza closed this in 989b435 Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant