WordPress question

hawky121

Power Member
Joined
Sep 21, 2017
Messages
607
Reaction score
110
I'm about use a bought theme. But I'd like to create my own theme later.
My question is, whether If I can retain the posts and import them to a whole new installed theme later or not???
 
Yes you can. But be careful so that you don't implement too much code from the previous theme into the posts. If your new theme can't handle that code, it will be a big mess.
 
It only a problem if current theme use many shortcodes I had problem moving from avda theme
 
Generate a child theme for your planned new theme, so you have the flexibility to make code changes and not break anything when you update the main theme files.
 
Yes you can. But be careful so that you don't implement too much code from the previous theme into the posts. If your new theme can't handle that code, it will be a big mess.
Pretty much this. All themes have at least some custom short codes that you are likely to end up using in your posts so migrations are not always 100% flawless.
 
Back
Top