• kevinlewalk

    (@kevinlewalk)


    Is there a way to change the title of a page for the bread crumbs.

    Right now I have a title of a page as “Get a College Degree and Get One Step Closer to Your Dreams” (For SEO reasons). But I want the bread crumb to only say “Degree”

    is this possible?

    thanks
    kevin

Viewing 1 replies (of 1 total)
  • skylar_inmotion

    (@skylar_inmotion)

    Depending on which plugin you are using to create the breadcrumbs and how deep you want to dig into the code. You could probably find a place to stick some PHP like:

    if ($title == "Get a College Degree and Get One Step Closer to Your Dreams"){
    $title = "Degree";}
Viewing 1 replies (of 1 total)
  • The topic ‘bread crumbs ?’ is closed to new replies.