https://github.com/littlebizzy/metadata
For custom titles and descriptions
https://github.com/littlebizzy/metadata
wordpress wordpress-plugin
Last synced: 5 months ago
JSON representation
For custom titles and descriptions
- Host: GitHub
- URL: https://github.com/littlebizzy/metadata
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2019-04-26T09:41:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T07:54:12.000Z (over 1 year ago)
- Last Synced: 2025-05-07T19:58:34.696Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/metadata
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Metadata
For custom titles and descriptions
## Changelog
### 1.0.0
- initial release
- generates "Metadata" meta box for all page/post types for custom Meta Title and Meta Description
- stores data in the `wp_postmeta` table using `_metadata_title` and `_metadata_description` keys per post
- always renders `` and ` values in this initial release at least
- supports PHP 7.0 to PHP 8.3
- supports Multisite