WordPress Plugins
some of the WordPress plugins I built over the years, for different websites; these are all internal plugins and not available publicly.
- Map: a interactive map of bavaria, with information about different locations
- Code Protected: protect pages or posts with a one-time code; create and invalidate codes via the backend, or import a csv file to automatically create and send codes to a list of email adresses
- Limit Access: only allow access to a defined number of posts, after that redirect the visitor to a signup page
- CSV Form: add a form via a shortcode; the data gets added to the database and can be downloaded as a .csv file. The form fields and behavior can be customized via PHP Hooks
- News Importer: automatically import a news rss feed into a custom post type
- Uploader: allow visitors to upload very big files into a custom post type; also contains a csv exporter, and a generator for pdf files
- Instagram Integration: Facebook made it waaaaayyyy too complicated to view ones latest Instagram images on ones own website
- Thumbnail Generator: automatically create thumbnails with a random colorful background and the post title as text on the thumbnail, perfect for sharing on social sites
- Movie Importer: import a .csv file with movie information, and allow the upload of missing images
- Webflow Importer: import a .csv file from Webflow into a custom post type
- Personio Integration: automatically import vacancies from Personio into a custom post type and show them in a filterable list
- HR4YOU Integration: automatically import vacancies from HR4YOU into a custom post type and show them in a filterable list
- Spreadshirt Integration: automatically import Spreadshirt products into a custom post type
- Updated Article: add an additional updated date while keeping the original post_date, skip updating the date if it was only a minor change
- Raffle: add a raffle to multiple posts or pages, collect the entries in a database table and download them as a .csv file
- readmore: a small shortcode to add a 'read more' toggle to posts or pages
- Original Gif: don't resize GIFs, so they retain their animation
- WooCommerce Open Order By ID: open a WooCommerce order by its ID without a slow query to the database
- WooCommerce Multi-Stock: manage different stock counts in multiple warehouses for the same product
- WooCommerce 17111 Integration: keep orders and stock count in sync with the 17111 API
- WordPress Importer Batched: the basic WordPress post importer, but run the import in batches instead of all at once, for very large installations
- qTranslate2Polylang Converter: convert multilanguage posts from qTranslate to Polylang while preserving (nested) ACF fields
plus some very specific one-time-use plugins for importing data from old pages, fixing other plugins or core WordPress functionality or adding custom functionality to other plugins.
If you need a custom WordPress plugin, you can contact me.