- Advanced Custom Fields
- CPT UI
- Snippets
Targeted for those who want granular control over existing WordPress sites or themes. With these 3 plugins you can customise your WordPress site to be anything you want.
Advanced Custom Fields
Provides you with the functionality to add basic to complex custom fields to any of your WordPress objects. Posts, Pages, Categories, Media, Projects, etc. Plenty of conditionals to tune to each use case.
Has a built-in api for easily creating front end form that’s often overlooked. [ acf_form()
]
CPT UI
Custom Post User Interface. Plugin title speaks for itself. This plugin simplifies creating Custom Post Types in WordPress and doubles as a great management tool if you’re going to have multiple CPTs or even if you just need one. Covers most, if not all, available CPT api provided by WordPress.
Seamlessly integrates with ACF 👍
Snippets
De-bloats your functions.php
.
Lets you add snippets of code directly into WordPress. Has a simple and straight forward dashboard for managing and organising your code. Perfect if you have plenty of small isolated code that you’d probably won’t touch often. Like say enqueuing scripts.