Thanks for your help. Initial try did not work. Before I dig into it further, can you please help by editing the code below for moving everything into the following order?
Tweet/Like
Share
Phone
Send Enquiry
Facebook
Website
Reviews
Business Hours
Send To Friend
Favorite
Address
Author/Owner Verified
Google Analytics
Edit Page
Upgrade Page
create/edit coupons
Expire Date
function gd_custom_change_sidebar_content_order() {
return array(
‘geodir_detail_page_review_rating’,
‘geodir_social_sharing_buttons’,
‘geodir_share_this_button’,
‘geodir_detail_page_google_analytics’,
‘geodir_edit_post_link’,
‘geodir_detail_page_more_info’
);
}
add_filter(‘geodir_detail_page_sidebar_content’, ‘gd_custom_change_sidebar_content_order’);