Skip to content

Instantly share code, notes, and snippets.

View sesameJar's full-sized avatar
🏠
Working from home

Mehrad sesameJar

🏠
Working from home
View GitHub Profile
@alimd
alimd / gist:3932137
Created October 22, 2012 15:41
Customizing WordPress Menu With Descriptions

Customizing WordPress Menu With Descriptions

Place this in your functions.php file

// Customizing WordPress Menu With Descriptions

class Menu_With_Description extends Walker_Nav_Menu {
	function start_el(&$output, $item, $depth, $args) {
		global $wp_query;