Alex Barber | Digital Artist

time to push the pixels

WordPress Thematic 0.9.7.7 menu code

Update to the Thematic menu call.

function childtheme_menu_args($args) {
$args = array(
‘show_home’ => ‘Home’,
‘sort_column’ => ‘menu_order’,
‘menu_class’ => ‘menu’,
‘echo’ => false
);
return $args;
}
add_filter(‘wp_page_menu_args’,’childtheme_menu_args’,11);

Next Post

Previous Post

© 2024 Alex Barber | Digital Artist