Title: hide header
Last modified: October 2, 2021

---

# hide header

 *  Resolved [Rahkarnet](https://wordpress.org/support/users/whoman/)
 * (@whoman)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/hide-header-3/)
 * Hi
    since the object cache has been activated. According to the object cache,
   the site header is removed and is displayed again by clearing the cache.
 * i used woodmart theme. and header build with header builder.
 * how can i fixed this issue?

Viewing 1 replies (of 1 total)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/hide-header-3/#post-14932840)
 * Hi,
 * by clearing the cache you mean clear the object cache ?
 * this probably indicates you need to find the cache group to exclude it from object
   cache
 * check the theme files , looking for code like `wp_cache_set( ...)` or `wp_cache_add(…),
   the 3rd argument will be group , e.g.
 * wp_cache_set($key, $data , $group)
 * the 3rd one is the group name you need to grab , and add into do not cache group
   in object cache setting
 * Best regards,

Viewing 1 replies (of 1 total)

The topic ‘hide header’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/hide-header-3/#post-14932840)
 * Status: resolved