{"id":2193,"date":"2019-08-27T17:53:54","date_gmt":"2019-08-27T16:53:54","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=2193"},"modified":"2025-08-11T17:38:13","modified_gmt":"2025-08-11T16:38:13","slug":"remove-wordpress-top-black-bar","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/styling\/remove-wordpress-top-black-bar","title":{"rendered":"Remove WordPress top black bar"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\/\/*********************************************************************\n\/\/*********************************************************************\n\/\/********** REMOVE TOP BLACK WORDPRESS BAR FOR NORMAL USERS **********\n\/\/*********************************************************************\n\/\/*********************************************************************\nadd_filter( 'show_admin_bar', '\\OdacUserAccount\\odac_user_account_show_admin_bar' );\nfunction odac_user_account_show_admin_bar()\n{\n  \/\/Remove for all users other than admin\n  if (!current_user_can('administrator'))\n  {\n    show_admin_bar(False);\n    return(False);\n  }\n  else\n  {\n    show_admin_bar(True);\n    return(True);       \/\/You need to return true otherwise the admin bar will vanish for admins when viewing the site\n  }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[286,181],"tags":[],"class_list":["post-2193","post","type-post","status-publish","format-standard","hentry","category-admin-area","category-styling"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=2193"}],"version-history":[{"count":4,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2193\/revisions"}],"predecessor-version":[{"id":5105,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2193\/revisions\/5105"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=2193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=2193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=2193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}