mobile-navigation

Search Result for: Joomla Category

Articles

Change permission settings for Joomla users

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 […]

Joomla 3.8.6 Security Release is out!

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 […]

Editing Metadata in a Joomla page

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 […]

Displaying a menu title in Joomla

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 […]

Get the menu ID

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 […]

Get an Article ID

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 […]

Display the main Joomla content

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 […]

Check if you are on the front page / featured page of Joomla

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 […]