thank you again,
it’s ok now, this is a code in figero-function.php:
}
function new_nav_menu_items($items) {
if (is_home()) {
$homelink = '<li class="current_page_item">' . '<a href="' . home_url('/') . '">' . __('lala', 'figero') . '</a></li>';
} else {
$homelink = '<li>' . '<a href="' . home_url('/') . '">' . __('lala', 'figero') . '</a></li>';
}
$items = $homelink . $items;
return $items;
}
add_filter('wp_list_pages', 'new_nav_menu_items');
sorry about my english..
can you tell me how I put a image inside a button?