• Hello everyone,

    I am using twenty sixteen as my blog theme. When viewing the main page of the blog, everything is fine. However, if you click on an individual post, not only is my sidebar in the correct place, but ANOTHER is appearing underneath the comment area. How can I remove this?

    https://www.stillsmallworld.com

Viewing 1 replies (of 1 total)
  • these widgets are the same as you might be using and wanting under the pages’ content.

    if you want to keep them under the pages, but not under the single posts, then you might need to create a child theme and edit single.php or sidebar-content-bottom.php in the child theme.

    alternatively, if you are ok with just hiding them in the single posts, using CSS, try to add this via a custom CSS plugin:

    .single .content-bottom-widgets { display: none; }

    if you don’t want the widgts neither under pages nor posts, remove all widgets from ‘dashboard – appearance – widgets’ from the areas ‘content bottom 1’ and ‘content bottom 2’

Viewing 1 replies (of 1 total)
  • The topic ‘Extra sidebar showing on comment page to each post, underneath’ is closed to new replies.