Skip to content

Data structures, posttypes and taxonomies including ways to relate thoose for a WordPress multisite network like figuren.theater

License

Notifications You must be signed in to change notification settings

figuren-theater/ft-data

Repository files navigation


figuren.theater Logo

figuren.theater | Data

Data structures, posttypes & taxonomies together with the tools to handle this data for a WordPress Multisite like figuren.theater.


Read our blog

See the network in actionJoin the networkCreate your own network

About

This is the long desc

  • list closed tracking-issues or docs files here
  • Do you have any ideas ?

Background & Motivation

...

Install

  1. Add this repository to your composer.json
"repositories": [
    {
        "type": "git",
        "url": "https://github.com/figuren-theater/ft-data"
    }
],
"extra": {
    "dropin-paths": {
        "htdocs/vendor/rss-bridge/rss-bridge": [
            "package:figuren-theater/ft-data:templates/htdocs/vendor/rss-bridge/rss-bridge/whitelist.txt",
            "package:figuren-theater/ft-data:templates/htdocs/vendor/rss-bridge/rss-bridge/config.ini.php"
        ]
    }
}
  1. Install via command line
composer require figuren-theater/ft-data

Usage

Plugins included

This package contains the following plugins. Thoose are completely managed by code and lack of their typical UI.

  • Distributor Distributor is a WordPress plugin that makes it easy to syndicate and reuse content ...

  • Distributor - Remote Quickedit Re-enable quickedit for distributed posts on the receiving site. This allows to make changes to the original post from the remote site. Add-on for the glorious distributor-plugin by 10up.

  • Utility Taxonomy A hidden taxonomy, used for filtering of posts/pages etc. in a way that is more performant than using the likes of post meta.

  • Shadow Taxonomy Provides a Simple API for making Many To Many Relationships in WordPress.

  • Extended CPTs A library which provides extended functionality to WordPress custom post types and taxonomies.

  • Term Management Tools Allows you to merge terms, move terms between taxonomies, and set term parents, individually or in bulk.

  • figuren-theater/ft-network-sourcelinks Manage external Links as 'other' personal profiles or external sources. Handles syncing content from thoose sites, (NOT YET: using RSS-Bridge, friends,) and the old native WordPress Link-Manager a little modified.

  • RSS-Bridge

  • feed-pull Pull feeds into WordPress

Built with & uses

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL-3.0-or-later, see the LICENSE file for details

Acknowledgments