imranhsayed / aquila

🎨 An Advanced WordPress theme
1.02k stars 218 forks source link

Metabox functionality hide and display title is not working #21

Closed kishanjasani closed 4 years ago

kishanjasani commented 4 years ago

Current behavior: The title is not hidden on a single page even if we select to hide it from the meta box.

In the template-parts/components/blog/entry-header.php change class name from hide to bootstrap classd-none

$heading_class = ! empty( $hide_title ) && 'yes' === $hide_title ? 'd-none' : '';

imranhsayed commented 4 years ago

👍 Done. Thanks @kishanjasani