Help Guides
How to add additional customizer options?
You can add more customizer options by using the customize_register action hook in your theme’s /inc/customizer.php file with WP_Customize_* classes.
Can I use Font Awesome icons in Luzuk themes?
Yes, Luzuk themes support Font Awesome, and you can use its icon classes directly in widgets, menus, or custom HTML blocks.
How to defer JavaScript to speed up page load?
You can defer JavaScript in a Luzuk theme by using defer or async attributes when enqueuing scripts, or by using a performance plugin like WP Rocket or Autoptimize.
How to enable debug mode for theme errors?
To enable debug mode, open your wp-config.php file and add or set define('WP_DEBUG', true); to display and log errors during theme development.
How to make header transparent on the homepage only?
You can add custom CSS targeting the homepage or use conditional tags in header.php to apply a transparent class only on the front page.
How can I override the default post layout?
You can override the default post layout by creating a child theme and modifying the single.php or related template files with your custom structure.
Subscribe Our Newsletter
Subscribe our newsletter to get our latest update & news.
- Choosing a selection results in a full page refresh.
- Opens in a new window.