makewp/theme

Make WordPress themes, better.

Maintainers

Package info

github.com/makewp-dev/theme

Homepage

pkg:composer/makewp/theme

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.0 2025-07-11 01:56 UTC

This package is auto-updated.

Last update: 2026-04-29 00:27:50 UTC


README

Make WordPress themes, better.

Features

  • Auto-include code-split functions (require_functions.php)
  • Auto-register blocks (register_blocks.php)
  • Build theme.json from js files (build_theme.php)
  • Don't convert text emoticons to emojis
  • Change excerpt read more link

Upcoming

  • BuildCommand.php - Add filter to change directory from /config default?
  • enqueue_style.php - Enqueue all styles that exist in /styles according to template hierarchy naming. For example, /styles/taxonomy.css would be enqueued under the same conditions that /taxonomy.php would render.
  • enqueue_style.php - Add filter to change directory from /styles default?

Bugs

  • Error when saving posts: “Updating failed. The response is not a valid JSON response.”