Selected work

WP Custom Query Plugin

A focused WordPress plugin that gives site editors a simple way to adjust custom query behavior without touching theme files. It was built to turn a repetitive developer task into a safer admin workflow.

Role
Backend
Scope
2023 / Plugin
Stack
PHP, HTML 5
wp custom query plugin

Use Case

By default, the WordPress query on archive pages usually displays posts from newest to oldest. Changing that behavior often means touching theme code, adjusting query parameters, or adding small snippets to functions.php.

This plugin moves that recurring task into a safer admin workflow. Site editors can adjust the default query sorting without editing theme files, while developers avoid repeating the same small customization across projects.