mobile-navigation

Search Result for: tutorials Category

Articles

An Easy way to Creating a CPT Category page in WordPress

Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the multisite) Configure Multi Site Add the following line of code in wp-config.php, just before the comment /* That's all, stop editing! Happy blogging. */ /* Multisite */ define( 'WP_ALLOW_MULTISITE', true […]

Simple but effective .htaccess blocking for IP address

Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the multisite) Configure Multi Site Add the following line of code in wp-config.php, just before the comment /* That's all, stop editing! Happy blogging. */ /* Multisite */ define( 'WP_ALLOW_MULTISITE', true […]

A brief Introduction to how we use ACF Rows in our templates

Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the multisite) Configure Multi Site Add the following line of code in wp-config.php, just before the comment /* That's all, stop editing! Happy blogging. */ /* Multisite */ define( 'WP_ALLOW_MULTISITE', true […]

Edit a Page or Post

Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the multisite) Configure Multi Site Add the following line of code in wp-config.php, just before the comment /* That's all, stop editing! Happy blogging. */ /* Multisite */ define( 'WP_ALLOW_MULTISITE', true […]

Login to WordPress

Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the multisite) Configure Multi Site Add the following line of code in wp-config.php, just before the comment /* That's all, stop editing! Happy blogging. */ /* Multisite */ define( 'WP_ALLOW_MULTISITE', true […]

Add menu item in WordPress

Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the multisite) Configure Multi Site Add the following line of code in wp-config.php, just before the comment /* That's all, stop editing! Happy blogging. */ /* Multisite */ define( 'WP_ALLOW_MULTISITE', true […]

Changing the WordPress default email or admin email address

Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the multisite) Configure Multi Site Add the following line of code in wp-config.php, just before the comment /* That's all, stop editing! Happy blogging. */ /* Multisite */ define( 'WP_ALLOW_MULTISITE', true […]