TypeRocket Blog
-
Automating Composer Install for TypeRocket in MU-Plugins
Keeping dependencies updated efficiently is key in TypeRocket.
-
How to Flush WordPress Permalinks Using WP-CLI
If you're facing issues with WordPress permalinks, you can easily flush and refresh them using the WordPress admin. However, if you are a developer you can use the WP-CLI.
-
Logging PHP errors with TypeRocket
To log PHP errors with TypeRocket add the following code to your wp-config.php file.
-
How to fix “Call undefined function tr_post_type()” or another TypeRocket function helper
Failed TypeRocket updates may cause "Call to undefined function" errors.
-
Ultimate Guide to Custom Post Types in WordPress
Create a post type that is fully featured with custom fields and more.
-
Disable WordPress Automatic Or Random Redirect Guessing of 404s
WordPress redirecting to random URLs and posts?
-
Add Custom Field Validation to WordPress Post Types
Extend the forms with field validation for post types.
-
WordPress Form Field Validation To TypeRocket Controllers
Extend forms with field validation and visual error messages.
-
Adding Bulk Actions To Custom TypeRocket Resource Tables
Add delete in bulk to the flight table.
-
Saving Post Type Fields To A Custom Database Table
Save post type custom fields to a custom database table.