Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @murielzs

    Thanks for reaching out regarding your breadcrumbs. My observations:

    On 2-bedroom-flat-belsize-park-nw3, I see the breadcrumb path – Home???For-rent???Eton avenue, belsize park, nw3. And when I click For-rent in that trail, it takes me to For-Rent, the rental CPT archive page.

    The issue is that you have used the same slug for two content types – a CPT and a page. I know you have differentiated it by varying the case. But WordPress isn’t case-sensitive for slugs/permalinks; so it will treat /foo/ and /Foo/ as the same page. This behavior cannot be changed in WordPress itself.

    In summary, to resolve the issue with the breadcrumbs path, you should first change the slugs/permalinks for the content types. They should be unique.

    Do let us know how it goes.

    Thread Starter murielzs

    (@murielzs)

    Hello and thank you so much for your reply!

    May I ask what is “CPT”?

    I have tried to change the pages to a slug with capital letters but it is immediately corrected to lowercase.

    The CPT content is defined in my function.php by the following:
    /* Change Property Slugs / Permalinks */
    define(‘EPL_PROPERTY_SLUG’, ‘For-Sale’);
    define(‘EPL_RENTAL_SLUG’, ‘For-Rent’);

    I have tried changing both and any functions related with lowercase but when I go to my content page https://wiserockproperty.com/for-sale/, I get an error 404 page not found.

    I am not too sure how to make everything match and work…

    Thanks again,
    Muriel


    • This reply was modified 1 year, 9 months ago by murielzs.
    Thread Starter murielzs

    (@murielzs)

    Hello again,

    I succeeded in making it work,
    There were more functions to change to lowercase for the CPT content.

    Thank you so much for your help again,

    Thread Starter murielzs

    (@murielzs)

    resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Breadcrumbs change from uppercase to lowercase’ is closed to new replies.