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

c# - Reactive Extensions ControlScheduler -

multithreading - Reorderings in java memory model -

java - Add color code support to a Bukkit plugin -