{"id":5129,"date":"2025-09-26T13:09:05","date_gmt":"2025-09-26T12:09:05","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=5129"},"modified":"2025-09-26T13:09:05","modified_gmt":"2025-09-26T12:09:05","slug":"hide-objects-and-sections-on-page-load","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/css\/display\/hide-objects-and-sections-on-page-load","title":{"rendered":"Hide objects and sections on page load"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>  \/\/----- HIDE ALL OPTIONAL WIDGETS AND SECTIONS OF THE PAGE INITIALLY -----\n  if (strpos($_SERVER&#91;'REQUEST_URI'], 'wp-admin') === False)    \/\/Don't do if we're editing the page design\n  {\n    $HtmlOutput .= &lt;&lt;&lt;_END\n      &lt;style>\n        #MyButton1,\n        #MyButton2 {\n          visibility: hidden;\n        }\n        #MySection1,\n        #MySection2 {\n          display: none;\n        }\n      &lt;\/style>\n_END;\n  }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[265],"tags":[],"class_list":["post-5129","post","type-post","status-publish","format-standard","hentry","category-display"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5129","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=5129"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5129\/revisions"}],"predecessor-version":[{"id":5130,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/5129\/revisions\/5130"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=5129"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=5129"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=5129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}