hey guys, help with my footer.
-
hey guys, I got a little problem with my wordpress site using “boemia” theme.
I have a widget area in the footer named “footer row” but when I put a widget in it it wont show in the site. never mind what widget is that its just wont show.
this is the registration code I have in the functions-theme.php file:
[ Code fixed, please use the code button for code blocks ]
//Footer with sidebar type widgets if( strstr( yit_get_option( 'footer-type' ), 'sidebar' ) ) { register_sidebar( yit_sidebar_args( "Footer Widgets Area", __( "The widget area used in Footer With Sidebar section", 'yit' ), 'widget span2', apply_filters( 'yit_footer_widget_area_wrap', 'h3' ) ) ); register_sidebar( yit_sidebar_args( "Footer Sidebar", __( "The sidebar used in Footer With Sidebar section", 'yit' ), 'widget span6', apply_filters( 'yit_footer_widget_area_wrap', 'h3' ) ) ); } else { //Footer sidebars for( $i = 1; $i <= yit_get_option( 'footer-rows', 0 ); $i++ ) { register_sidebar( yit_sidebar_args( "Footer Row $i", sprintf( __( "The widget area #%d used in Footer section", 'yit' ), $i ), 'widget span' . ( 12 / yit_get_option( 'footer-columns' ) ), apply_filters( 'yit_footer_sidebar_' . $i . '_wrap', 'h3' ) ) ); } }
any suggestions? please keep it easy and simple cause im not good at this + my english is not that good. ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘hey guys, help with my footer.’ is closed to new replies.