Hi,
You can use this one: https://nl.imgbb.com/
However, when I click on the links you provide, it does go to the correct section of that page of here.
https://lespetitskolams.erminiadev.com/index.php/qui-sommes-nous/#l-equipe-pedagogique takes me directly to the section “equipe-pedagogique”?
When I click from the homepage to L’équipe pédagogique, that does not go directly.
Inspecting the homepage and that link shows this:
https://ibb.co/r3KCdny
Please try to add the full url: https://lespetitskolams.erminiadev.com/index.php/qui-sommes-nous/#l-equipe-pedagogique, not just index.php etc.
It also is odd that there is index.php showing in your url’s?
Before changing, make sure to make a full backup!
By default WordPress places /index.php/ after the domain name when using permalinks. However, this is often not desirable and also for SEO reasons it is better not to include /index.php/ in the url.
You can easily remove /index.php/ from the url like this:
- Check beforehand whether you have the .htaccess file with the standard WordPress rewrite rules in the root folder of the website.
- Select 'Permalinks' in the backend of WordPress in the settings.
- Select 'Custom structure'.
- Change /index.php/%postname%/ to only /% postname% /
- Save the change.
It now says:
Adjusted Structure: https://www.uwomeinnaam.nl/%postname%/
Also see this article: <a href="https://dejanjanosevic.info/remove-index-php-permalink-in-wordpress/" rel="noopener" target="_blank">https://dejanjanosevic.info/remove-index-php-permalink-in-wordpress/</a>
When you call the website now, /index.php/ will no longer be included in the url.
-
This reply was modified 3 years, 11 months ago by
LogoLogics.