@blogono
4 years, 3 months ago
better to add the code at the index-file of your home template.
regards,
mark
thats great … thank you a lot, burtadsit!
just added the code at the buttom of the home-template and the admin-bar disappeared
thx
i got an error in the mysql-syntax
it was caused by …
(#2) update wp_bp_xprofile_data set field_id = “1″ where field_id “0″;
should be:
(#2) update wp_bp_xprofile_data set field_id = “1″ where field_id = “0″;