Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi..

    You are using Sidebar in theme..

    Follow this step and solve your problem
    1.open your wp-admin
    2.Go to Theme Appearance in theme dashboard.
    3.view widget into Theme Appearance.
    4.remove Sidebar Widget content like..Archive categories and other.

    View your theme..

    Thanks

    Theme Author webriti

    (@priyanshumittal)

    Did That work, can I close this ticket?

    That instruction did not remove the Archive and Category widgets.

    I do not want widgets on pages, but I want it on the blog posts. What should I do? Currently I have removed all the widgets, but those 2 still remain on all pages.

    http://careeractionnetwork.org

    Theme Author webriti

    (@priyanshumittal)

    Hi

    Right now the theme is such coded even if you disable all the widgets from the sidebar, the default widgets still be seen there. We will improove this in the next version’s

    What you can do is create a child theme first and copy paste the file page.php in it.

    Firstly find this line of code <div class="col-md-8">
    and replace the code with <div class="col-md-12">.

    Secondly comment this line of code <?php get_sidebar(); ?>

    The above will make all your pages full width.

    Your blog page still works fine.

    Thanks
    Priyanshu

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Archives and Categories’ is closed to new replies.