Check for Post Format
If you want to check for a specific post format:
if ( has_post_format( 'status' )) {
// do something
}
Related Posts
- Tutorial: Ubuntu 18.04 LAMP Setup for WordPress
- Install Sentry on Ubuntu 18.04 Using Nginx and Let's Encrypt Certificates
- Enable Post Format Icons / Images
- Use Google Fonts Locally With GeneratePress
- Avoid WPForms Spam by Implementing a Custom Honeypot
- Manage MySQL Databases and Users from the Command Line