$('.current_page_item').each(function () { $(this).replaceWith('<span>' + $(this).html() + '</span>'); });