{"id":6473058,"date":"2015-08-25T09:55:24","date_gmt":"2015-08-25T09:55:24","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/view-comments-setting-is-missing-in-customizer\/"},"modified":"2016-08-30T17:12:48","modified_gmt":"2016-08-30T17:12:48","slug":"view-comments-setting-is-missing-in-customizer","status":"closed","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/view-comments-setting-is-missing-in-customizer\/","title":{"rendered":"View Comments setting is missing in Customizer"},"content":{"rendered":"<p>I noticed that the comments and comment form didn&#8217;t show up where I was expecting them and found out that the templates check for an option called &#8216;suevafree_view_comments&#8217;, but that option can&#8217;t be changed via the theme settings\/customizer.<br \/>\nAs a workaround I&#8217;ve added the following code to the file wp-content\/themes\/suevafree\/core\/admin\/customize\/customize.php on line 143 so it show up in the customizer via General &#8211; Settings:<\/p>\n<pre><code>array( \n\n\t&quot;label&quot; =&gt; __( &quot;View comments&quot;,&quot;suevafree&quot;),\n\t&quot;description&quot; =&gt; __( &quot;View comments&quot;,&quot;suevafree&quot;),\n\t&quot;id&quot; =&gt; &quot;suevafree_view_comments&quot;,\n\t&quot;type&quot; =&gt; &quot;select&quot;,\n\t&quot;section&quot; =&gt; &quot;settings_section&quot;,\n\t&quot;options&quot; =&gt; array (\n\t   &quot;off&quot; =&gt; __( &quot;No&quot;,&quot;suevafree&quot;),\n\t   &quot;on&quot; =&gt; __( &quot;Yes&quot;,&quot;suevafree&quot;),\n\t),\n\n\t&quot;std&quot; =&gt; &quot;off&quot;,\n\n),<\/code><\/pre>\n<p>Hopefully this can be fixed in a next version.<\/p>\n","protected":false},"template":"","class_list":["post-6473058","topic","type-topic","status-closed","hentry","topic-tag-comments"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/6473058","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\/6473058\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=6473058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}