Skip to content

Redesign jobs.wordpress.net theme#7

Open
dd32 wants to merge 11 commits intotrunkfrom
add/claude/jobs-redesign
Open

Redesign jobs.wordpress.net theme#7
dd32 wants to merge 11 commits intotrunkfrom
add/claude/jobs-redesign

Conversation

@dd32
Copy link
Owner

@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

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 10 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>
- Show How to Apply links correctly (Via email/web form) by using wp_kses
  with explicit allowed tags, since the jobswp plugin strips <a> globally
- Add empty state message when filtering by category with no matching jobs
- Highlight active FAQ nav item in header
- Account for wp-admin bar height in sticky header positioning
- Replace malformed WordPress logo SVG with official version
- Add Remove a Job and Feedback links to footer
- Add remove-a-job note to post-a-job form
- Use filemtime() for asset cache busting
- Add howtoapply metadata to sample test data

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ck page to test data.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Override hardcoded inline widths on the form container, inputs,
and textarea so the feedback form fills available space properly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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