How to backup or migrate a WordPress site
All-in-One WP Migration plugin This free plugin exports your WordPress website including the database, media files, plugins and themes with no technical knowledge required. Upload your site to a different location with a drag and drop in to WordPress. More information: https://wordpress.org/plugins/all-in-one-wp-migration/ All-in-One WP Migration Import Free plugin increases All-in-One WP Migration Import file size from to 512MB. Download plugin: https://import.wp-migration.com/
MAMP Pro: Local web development solution
With MAMP PRO you can create as many hosts as you want. Each host can be configured individually and thus adapted exactly to the target system. More information: https://www.mamp.info/en/mamp-pro/windows/
Easy way to add an image or title next to logo using css in WordPress
This can be done for WordPress, Magento, Prestashop or other CMS that don’t have an existing similar feature. Using ::after or ::before element in CSS allows you to insert content onto a page without it needing to be in the HTML. For example, Adding an image on the right from the logo: .logoclass::after { content:url(“/url/path.png”); } 2. Adding some text on the left from the logo: .logoclass::before { content:”text string”; }
Error: Cannot find module ‘gulp-sass’ solution
This one worked for me. Just do npm update and then npm install gulp-sass --save-dev in your root folder, and then when you run you shouldn’t have any issues. More information: https://stackoverflow.com/questions/33314607/error-cannot-find-module-gulp-sass
Resetting wordpress admin login password
wp-users in user_pass select MD5 enter new password.
Create Advanced Forms for WordPress-Powered Website
Gravity form – easy tool to Create Advanced Forms for WordPress-Powered Website. More information: https://www.gravityforms.com/