configuration - Disable the Comments, Recent Post, Archives, section in Wordpress -


There is a section in Wordpress under the entry of a post

this section looks like this

Well, I want to remove that post from every post, and such a WordPress configuration can not be found.

Here is the code:

under / wp-content / themes / your_theme / Sidebar.php

You will find a div with the following code:

   

Delete the line comment or () like this:

  & lt; Div id = "secondary" class = "widget-area" role = "complement" & gt; & Lt ;? Php // dynamic_sidebar ('sidebar-1'); ? & Gt; & Lt; / Div & gt;  

Also, there are plugins that disable comments for all posts or pages. Like this:


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -