Advertisement
GochiSiyan

home page only

Jun 17th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. add_filter('theme_mod_jnews_boxed_layout',function ($value){
  2. if (is_front_page()) {
  3. return false;
  4. }
  5. return $value;
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement