Apply code for all else first block
I believe that what you want to do would better be done with CSS rules in your stylesheet rather than with an embedded style tag that you dynamically manipulate with PHP. Remove style=”visibility: hidden;” from your register_sidebar argument and use something like the following instead (Proof of Concept): <html> <head> <style> .aclass { visibility:hidden } … Read more