Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/endel/awesome-wordpress
A curated list of awesome WordPress plugins for developers.
https://github.com/endel/awesome-wordpress
List: awesome-wordpress
awesome awesome-list wordpress
Last synced: about 1 month ago
JSON representation
A curated list of awesome WordPress plugins for developers.
- Host: GitHub
- URL: https://github.com/endel/awesome-wordpress
- Owner: endel
- Created: 2014-10-06T02:24:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-14T23:45:49.000Z (about 10 years ago)
- Last Synced: 2024-05-18T14:33:15.120Z (7 months ago)
- Topics: awesome, awesome-list, wordpress
- Size: 242 KB
- Stars: 37
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- fucking-lists - awesome-wordpress
- awesomelist - awesome-wordpress
- collection - awesome-wordpress
- lists - awesome-wordpress
README
# Awesome Wordpress
A curated list of awesome WordPress plugins for developers.
- [Awesome WordPress](#awesome-wordpress)
- [Extending WordPress](#extending-wordpress)
- [Administrator plugins](#administrator-plugins)
- [Themes](#themes)
- [Tools](#tools)## Extending WordPress
- [Plugin Boilerplate](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate) - Clear and consistent guide for building your plugins.
- [Widget Boilerplate](https://github.com/tommcfarlin/WordPress-Widget-Boilerplate) - Clear and consistent guide for building your widgets.## Administrator plugins
- [Magic Fields 2](https://github.com/magic-fields-team/Magic-Fields-2) - Create custom fields, post types and taxonomies easily.
- [Codepress Admin Columns](https://wordpress.org/plugins/codepress-admin-columns/) - Customize columns on post listing.
- [Intuitive Custom Post Order](https://wordpress.org/plugins/intuitive-custom-post-order/) - Posts reordering on post listing.
- [Disable Comments](https://wordpress.org/plugins/disable-comments/) - Allow to disable comments easily.
- [Multiple Post Thumbnails]( https://wordpress.org/plugins/multiple-post-thumbnails/) - Allow to upload multiple "featured images" per post.
- [Tablepress](https://wordpress.org/plugins/tablepress/) - Easily create and embed tables on posts.
- [Gallery Custom Links](https://wordpress.org/plugins/wp-gallery-custom-links/) - Adds "Gallery Link URL" to gallery item fields.
- [Crontab scheduler](https://wordpress.org/plugins/cronjob-scheduler) - Easily manage and register tasks to run automatically.
- [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) - Create and manage multiple contact forms.## Themes
- [Underscores.me](http://underscores.me/) - Clean and commented theme to start a project.
## Tools
- [wp-cli](https://github.com/wp-cli/wp-cli) - A command line interface for WordPress
- [Generate WP](http://generatewp.com/) - Common code snippets generator.