-
Hi,
I recently switched to a child theme to clean up my code and noticed that the Rank Math’s breadcrumbs are not showing up in my pages post type.
This is the code I’m using in
page.php
:<?php if ( function_exists( 'rank_math_the_breadcrumbs' ) && !is_page( array (1027, 1134, 1043, 1138, 1082, 1129, 1093, 1194, 1109, 1195, 3, 1206, 1025, 1226, 1514, 1517, 1518, 1521, 28, 1565, 1580, 22, 1599, 29039) ) ) rank_math_the_breadcrumbs(); ?>
Please check this page: https://leandroperez.art/academia/tutoriales-gratuitos/
This is what I should see: https://i.ibb.co/P10QvSt/con-breadc.png
But this is what I get instead (no breadcrumb): https://i.ibb.co/khzTTJJ/sin-breadc.png
The theme I’m using is called Fluxus.
The main theme works fine, the issue appears when using the child theme.
The ticket ‘Breadcrumbs not showing up in pages when using a child theme’ is closed to new replies.