All plugins
GitHubMarkdownExportstable · v1.5.50released Jul 12, 2026

Posts to GitHub

Exports published posts as Markdown files, with YAML front matter, to a GitHub repository.

Overview

Posts to GitHub exports published posts as Markdown files complete with YAML front matter and pushes them to a GitHub repository, keeping a version-controlled mirror of your content outside WordPress.

Key features

  • Exports published posts as Markdown with YAML front matter.
  • Pushes exported files directly to a GitHub repository.
  • Keeps a version-controlled mirror of your content.
Quick install
1cd wp-content/plugins
2git clone https://github.com/gioxx/wp-posts-to-github
3# Activate 'Posts to GitHub' and configure your repository under Settings
WordPress min6.0+
PHP compat7.4+

You can install this plugin manually over SSH — connect to your server and run these commands inside your wp-content/plugins directory:

SSH
1wget -O wp-posts-to-github-1.5.5.zip "https://github.com/gioxx/wp-posts-to-github/releases/download/v1.5.5/posts-to-github-1.5.5.zip"
2unzip wp-posts-to-github-1.5.5.zip
3rm -rf wp-posts-to-github/
4mv gioxx-wp-posts-to-github-*/ wp-posts-to-github/
5rm wp-posts-to-github-1.5.5.zip

Alternatively, download the ZIP above and upload it from Plugins → Add New → Upload Plugin in your WordPress dashboard, or via FTP/SFTP.

Changelog

Changed

  • Plugin renamed from "WordPress Posts to GitHub" to "Posts to GitHub", ahead of submission to the official WordPress.org plugin directory, to comply with the WordPress trademark policy (third-party plugins may not use "WordPress" in the plugin name). Internal identifiers (text domain, PHP prefixes, plugin folder name, option names) are unchanged, so existing installs are unaffected.

This is also the first public release with a ready-to-install zip attached (production dependencies only, no test/dev tooling bundled).

For the full version history, see CHANGELOG.md.

Other plugins