Hi,
I am trying to make
wp_safe_redirect( wp_get_referer() );
redirect to url (works) but also add #div to the url
example: http://mydomain.com/432432/referrerpost/#div
instead of how it does now: http://mydomain.com/432432/referrerpost/
any idea how to do this?