Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1196481

    rotipom
    Participant

    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….

    #1196492

    rotipom
    Participant

    Also, 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?

    #1196807

    Prasant Rai
    Moderator

    Hello 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.

    #1196813

    rotipom
    Participant

    Hi 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

    #1196921

    Rupok
    Member

    Hi 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.