- This topic has 7 replies, 2 voices, and was last updated 7 years, 3 months ago by tikaram.
-
AuthorPosts
-
August 29, 2017 at 9:02 am #121282CarboParticipant
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
August 30, 2017 at 12:45 am #121298August 30, 2017 at 9:41 am #121341CarboParticipantThis is how the blog looks:
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:
August 31, 2017 at 7:21 am #121405tikaramParticipantHi 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,
TikaramAugust 31, 2017 at 1:22 pm #121413CarboParticipantIt works perfectly. Thank you so much.
September 1, 2017 at 4:07 am #121435tikaramParticipantHello 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,
TikaramSeptember 2, 2017 at 5:55 pm #121513CarboParticipantI left a review on the WP page. I post there as susieQ.
September 3, 2017 at 12:54 pm #121540tikaramParticipantHello Carbo,
Thank you very much for your support and positive review. Have a Good day.
Regards,
Tikaram -
AuthorPosts
- The topic ‘Changing multiple individual posts to wide with no sidebar en mass?’ is closed to new replies.