From b7a8cf2976879cd5f76fde2f37aa458de677ccaf Mon Sep 17 00:00:00 2001 From: aphandersen Date: Sat, 11 Apr 2026 19:08:39 +0000 Subject: [PATCH] Add README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03376be --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Add-Post-Formats +WordPress plugin that add support for Post Formats in themes where they are not supported. + +## Features + +Some WordPress themes do not have support for Post Formats. This plugins add the support for the different post formats, so you can choose this when you write a post. It does not change how your theme act when showing each different post types. + +## How to use + +To install insert the file into a folder, zip the folder and upload it to WP plugins. + +## License + +The script is published under the GPL 3.0 license or later, which means you can use it and modify it for free. + +## Follow me + +Follow me on Mastodon on [@aphandersen@andersen.one](https://andersen.one/@aphandersen). \ No newline at end of file