Breadcrumb showing server IP to instead of domain
-
Hi,
I have a problem with the plugin, it is displaying the categories and subcategories with the IP address of the website instead of the domain. I have already configured wp-config.php to:define ('WP_SITEURL', 'http: // DOMAIN /'); define ('WP_HOME', 'http: // DOMAIN /');
I’m using this code in single.php:
<?php if (function_exists('yoast_breadcrumb')) { ?> <div class="breadcrumb section transparent" style="margin-top: -6px"> <!-- Antiga cor: blue lighten-5 --> <div class="container col l12 m12 s12"> <?php yoast_breadcrumb('<a class="breadcrumb-item">', '</a>'); ?> </div> </div> <?php } ?>
How to solve this problem?
(I’m using Bitnami’s WordPress with nginx and SSL)Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Breadcrumb showing server IP to instead of domain’ is closed to new replies.