How to disable category in the post meta?

Hi! I wonder if it’s possible to not display category in the post meta? I’ve already hidden it with CSS, but I’m looking for a way to not to show it at all, with PHP, to make post meta look like “AUTHOR / DATE”. I’m using Integrity stack.
Thanks!

Hey there,

This would require custom development which is outside the scope of our support but I could give you a general guide. Each stack has its own post meta function and it could be found in wp-content\themes\x\framework\functions\(stack).php. For Integrity, it is integrity.php and the post meta function is x_integrity_entry_meta. You can modify that function and copy and paste it in your functions.php. Please do note that working with PHP could potentially break your site in case of errors so it would be best done by a web developer just in case you’re not sure.

Thank you for understanding.