Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #155333
    Edwin
    Participant

    Hello, I want to remove the previous and next blog post links that appear at the bottom of each post. Also, I have removed the sidebar.php code because I wanted to remove all sidebar widgets and links. This is working well but since I use a childs theme I am afraid it will just be reinserted with the next wordpress update. Would you please send me the CSS code for the editor? I want permanently disable both of these issues. Thank you.

    #155342
    sapana
    Participant

    @mmhgloba:-To remove the sidebar
    Go to=> Appearance=> Customize=> Theme Options=> Layout Options=> Sidebar Layout Options=> Select No sidebar/No Sidebar,Full width.
    -To remove previous and next blog post

    #content .nav-previous, #content .nav-next{
     display: none;
    }

    Let me know if this helps you out!
    Kind Regards,
    Sapana

    #155346
    Edwin
    Participant

    Hello, the code for the previous next blog posts worked. However, I already tried to disable the sidebar using your suggested method. It doesn’t disable the default archives and search sidebar which then appears by default.

    #155348
    sapana
    Participant

    @mmhgloba:Please, Post your site Url so that I can look into the issues.
    Kind Regards,
    Sapana

    #155356
    Edwin
    Participant

    https://www.buddhastatuesnow.com

    But like I said, after I removed the sidebar.php text then the default sidebars also was disabled. So right now you cannot view it and this is how I want it to be.

    #155357
    sapana
    Participant

    @mmhgloba:Can you please, again place the Sidebar.php and let me take a look into your site so that I can fix the issues.

    Kind Regards,
    Sapana

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Previous -Next Blog links’ is closed to new replies.