Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #121282
    Carbo
    Participant

    I just started using Catch Box Pro on a pre-existing site.

    On the first page of the site I have a right side bar. For new posts, I know I can chose wide with no side bar.

    I have 5000+ pre-existing posts that I would also like to appear on a wide page with no side bar. Is there a way to do this in mass via a piece of code? Having to go to every post and choose wide with no sidebar is going o be a lot of work and take forever.

    Thank you

    #121298
    tikaram
    Participant

    @carbo : Can you please post in your site URL.

    Regards,
    Tikaram

    #121341
    Carbo
    Participant

    This is how the blog looks:

    http://mr-reeves.com/

    When you go to the expanded post, I want it to be a wide page with no sidebar. Setting that for each new post is not the problem. The problem is the old posts of which I have 5000+.

    I have gone into each post for August – June 2017 over the last 3 days to change it manually so it looks like this:

    http://mr-reeves.com/john-wick-comic-book-issue-3/

    I have posts from May 2017 to March 2012 that need to be change from default to the format above. That’s 5000+ posts so if there is a way to set the option in code so all of the old posts appear like above without having to individually go into each post and manually do it would be great.

    Old post:

    http://mr-reeves.com/the-matrix-revisited/

    #121405
    tikaram
    Participant

    Hi Carbo,

    Go to Appearance => Customize => Additional css and add the following css

    .single #secondary{
    	display: none;
    }
    .single #primary{
    	width: 100%
    }

    Let me know if you have any further issues.

    Regards,
    Tikaram

    #121413
    Carbo
    Participant

    It works perfectly. Thank you so much.

    #121435
    tikaram
    Participant

    Hello Carbo,

    I hope I was able to resolve your issue. Would you mind taking a few minutes to write a review for me please?
    https://wordpress.org/support/theme/catch-box/reviews/#new-post
    I’d really love to know what you think of my support. Your feedback is deeply valued as it will help potential clients read about your experience and also help me improve.
    Thank you so much for your help!

    Regards,
    Tikaram

    #121513
    Carbo
    Participant

    I left a review on the WP page. I post there as susieQ.

    #121540
    tikaram
    Participant

    Hello Carbo,

    Thank you very much for your support and positive review. Have a Good day.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing multiple individual posts to wide with no sidebar en mass?’ is closed to new replies.