Tagged: cornerstone
-
AuthorPosts
-
September 29, 2016 at 6:26 pm #1196481
Hi, I imported old WordPress posts from another site and would like to use Cornerstone to edit them without re-formatting each post individually.
http://amy.hookseo.com/the-myth-of-why-we-dont-create/ (this is how they appear when imported).
Is there a way to do this? The previous site wasn’t on X-theme so when I tried to use Cornerstone it overrode everything….
September 29, 2016 at 6:54 pm #1196492Also, on the blog main page, none of the images that were previously featured images are brought over. I can’t seem to select a featured image because for some reason the imported blog images aren’t live in my wordpress install so I can’t select them from the media library like I normally do.
I would prefer not to re-import all images so how else can I attach featured images?
September 29, 2016 at 10:08 pm #1196807Hello There,
Thanks for writing in!
You cannot edit an existing post/pages on Cornerstone and so does the other way. But that’s not mean your existing posts/pages wont be compatible with X anymore, X still support those posts/pages but we encourage you to re-build theme is Cornerstone.
Thanks.
September 29, 2016 at 10:16 pm #1196813Hi there, thank you!
How can I modify the css so that the content block for blog posts is centered instead of justified left then?Thanks
September 30, 2016 at 12:40 am #1196921Hi there,
I can help with that. You can add this under Custom > CSS in the Customizer.
.single-post .entry-content.content { text-align: center; }
If you want to shrink the width of the content, let ass this as well :
.single-post .entry-wrap, .single-post .x-comments-area { margin: 0 auto; max-width: 800px; }
Hope this helps.
-
AuthorPosts