breadcrumb title

#39586
  • Resolved Ray
    Rank Math free

    Hello,
    I have a page that is an archive page that was auto generated by the theme, as wordpress default doesn’t allow us to edit the archive page, so I am not able to edit the title or access rankmath SEO section for that page.

    As the theme has such structure :

    Home – (archive page) – (sub page)

    I can edit the (sub page) but cannot edit the archive page,
    the (archive page)’s title looks bad in the breadcrumb

    My question is Is there any possible way to edit that page’s title?

    • This topic was modified 4 years, 7 months ago by Ray.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.
    ​​​​​​​
    We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Ray
    Rank Math free

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Ray
    Rank Math free
    Ray
    Rank Math free

    Issue: Alter the breadcrumb title for the “middle taxonomy”

    Update: I hired a php developer to solve this issue which WordPress now shows static pages instead of archive pages when having the same slug.

    But the breadcrumb title didn’t changed even if I manuanly modify it in the rankmath section.

    This is the example:

    (Archive pages before, but now it’s a normal pages)

    fitnessg88. com/class/

    (normal pages just the breadcrumb title doesn’t look good.)
    fitnessg88. com/class/muay-thai/

    • This reply was modified 4 years, 7 months ago by Michael Davis.
    • This reply was modified 4 years, 5 months ago by Ray.

    Hello,

    Thank you for contacting Rank Math today.

    This is a bit unexpected, I can suggest that you get in touch with your developer and check if they are in a position to fix this using the following filter:

    /**
     * Allow changing or removing the Breadcrumb items
     *
     * @param array       $crumbs The crumbs array.
     * @param Breadcrumbs $this   Current breadcrumb object.
     */
    add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) {
    	return $crumbs;
    }, 10, 2);

    Looking forward to helping you. Thank you.

    ​​​​​​

    Ray
    Rank Math free

    Thanks for the reply.

    It seems that the category title was generated from the somewhere else.

    I’d leave this issue for now as I am not pro for this php coding nor wish to spending extra cost to hire the php developer to fix it.

    I have a suggestion for rankmath is that you could have a new feature that to alter the entire breadcrumb title for each post including the category title (not just for the current post )in the future updates.

    • This reply was modified 4 years, 7 months ago by Ray.
    • This reply was modified 4 years, 7 months ago by Ray.
    Todd
    Rank Math free

    Hi Ray,

    We have taken note of your feature request.

    We will see what we can do about that.

    If you need help with anything else, please open a new support ticket here so we can help.

    We are always here for assistance.

Viewing 7 replies - 1 through 7 (of 7 total)

The ticket ‘breadcrumb title’ is closed to new replies.