{"id":4609520,"date":"2014-02-13T15:43:40","date_gmt":"2014-02-13T15:43:40","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/if-else-newbie-help\/"},"modified":"2016-08-21T16:16:35","modified_gmt":"2016-08-21T16:16:35","slug":"if-else-newbie-help","status":"closed","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/if-else-newbie-help\/","title":{"rendered":"if &#8211; else&#8230; newbie-help"},"content":{"rendered":"<p>Hi, <\/p>\n<p>please help me&#8230;<br \/>\nI cannot find the mistake.<br \/>\nI want to let wp show the footer only if it is NOT the startpage!<\/p>\n<pre><code>&lt;?php if ( is_home() ) { ?&gt;\n\n\t+ D O  N O T H I N G +\n\n&lt;?php } else { ?&gt;\n\n\t&lt;div id=&quot;footer&quot;&gt;\n    &lt;div class=&quot;container_16 wrapper&quot;&gt;\n        &lt;?php dynamic_sidebar(&#039;footer-sidebar&#039;); ?&gt;\n        &lt;div class=&quot;clearfix&quot;&gt;&lt;\/div&gt;\n    &lt;\/div&gt;\n    &lt;div class=&quot;container_16 wrapper sub-footer&quot;&gt;\n        &lt;div class=&quot;grid_8&quot;&gt;\n            &lt;?php copyright_text(); ?&gt;\n        &lt;\/div&gt;\n        &lt;div class=&quot;grid_8&quot;&gt;\n            &lt;?php footer_navigation(); ?&gt;\n        &lt;\/div&gt;\n        &lt;div class=&quot;clearfix&quot;&gt;&lt;\/div&gt;\n    &lt;\/div&gt;\n&lt;\/div&gt;\n\n&lt;?php }?&gt;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-4609520","topic","type-topic","status-closed","hentry","topic-tag-if-else"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/4609520","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/4609520\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=4609520"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}