Wordpress Changing Themes - Moving Content?

by 8 replies
10
I am in the process of starting a new WP site and unfortunately I have already invested a significant amount in product creation. I was going to put off purchasing a premium theme for a few weeks but also need to get started so I will use a free theme.

Will I encounter a lot of difficulty exporting and re-importing my content into a new theme? I would like to think that if I am paying $100 for a premium theme with support that the designers know people will need to import content.
#website design #changing #content #moving #themes #wordpress
  • The content transfer will be easy, just export it, then import it.

    It will be any shortcodes used that will not work unless the shortcodes are coming from a plugin.
    Theme specific shortcodes only work in that theme or framework.

    Note: Dan Grossman is 100% correct. This assumes your developing online and nothing is moving.
    If your developing locally you'll need to export content.
    • [ 1 ] Thanks
    • [1] reply
  • Your content doesn't actually move. It's sitting in a database, as pages and posts, and they don't get touched when you change themes in WordPress. The theme dictates the appearance of the webpages before/after the content of the pages and posts, things like the header and footer and sidebars. You can change themes over and over, and all your content is still there, unchanged, just wrapped by the different designs. In the appearance menu in your WP backend, you can even search and preview themes without installing them -- the preview button shows what your current site content looks like in that theme, which is how the site will look after you click the "install" and "activate" buttons.
    • [ 1 ] Thanks
    • [1] reply
    • ^ ^ ^ Exactly right
      • [1] reply
  • A theme is just a set of files. You have full ability to edit these files. If it doesn't give you a menu to insert a logo, then open the header.php file of the theme and insert it in the HTML code yourself. There's a built-in theme file editor in the appearance menu.
    • [ 1 ] Thanks
  • Give us the URL of your site, <-best

    or the name of the theme and someone should tell you how to deal with the header image.
    • [ 1 ] Thanks
  • Seo-wired.com but the template is only temporary.

Next Topics on Trending Feed

  • 10

    I am in the process of starting a new WP site and unfortunately I have already invested a significant amount in product creation. I was going to put off purchasing a premium theme for a few weeks but also need to get started so I will use a free theme. Will I encounter a lot of difficulty exporting and re-importing my content into a new theme? I would like to think that if I am paying $100 for a premium theme with support that the designers know people will need to import content.