Migrating and Exporting your backend database.
Everything that WordPress does; every new post you make; every menu you create is recorded in a MySQL database. It’s what makes WordPress websites so dynamic. This means that when you’re working in local development the database you create and grow is only accessible in one location. Your data is fixed in one system – […]
About Parent and Child Themes
I introduced the concept of working with Template and Child Themes in WordPress. Now we’re going to put this into practice. Child themes are extensions of a parent theme. With Child themes, you can modify the parent without making any breaking changes. You don’t need to modify the parent theme files or touch the files […]
Custom Post Types
WordPress has 5 core content types. We’ve covered 2 of them, Posts and Pages, which have specifically designed purposes. They ship with WordPress out of the box. You can extend this concept with Custom Post Types “CPT” for more unique purposes. This means you can have content fields to create more unique dynamic content for […]