edge
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Thank you so much!!
Now i am trying to put the “edit post” + “business owner” button to the very BOTTOM of the sidebar.
I tried to add this code in the functions.php but it breaks the site:
function gd_custom_change_sidebar_content_order() {
return array(
‘geodir_detail_page_review_rating’,
‘geodir_detail_page_more_info’
‘geodir_edit_post_link’,
);
}
add_filter(‘geodir_detail_page_sidebar_content’, ‘gd_custom_change_sidebar_content_order’);got it from here: https://wpgeodirectory.com/support/topic/rearrange-the-right-sidebar-of-detail-page/#post-231690
Can you pls let me know how i can reorder the sidebar? im not sure what elements to include in the code?
Thanks
Geraldworks! much appreciated!! 🙂
works! thank you 🙂
ah got it. thank you so much 🙂
This reply has been marked as private.works! thank you! 🙂
Thank you. looks great! 🙂
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.works! thank you! 🙂
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts