i want to remove junaid mk on the screen short check

#731496
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I apologize for the inconvenience you’re experiencing. To remove the separator and site name from the image in the AI menu, you can use the following filter to customize your breadcrumbs in Rank Math:

    /** 
    * Filter to remove categories from Rank Math Breadcrumbs. 
    */ 
    add_filter( 'rank_math/frontend/breadcrumb/items', function( $crumbs, $class ) { 
            // check if we are viewing single posts
    
            if(is_singular('post')){ //Unset elements with key 1        
              unset($crumbs[1]); 
              $crumbs = array_values($crumbs);      
              return $crumbs;   
            }   
            return $crumbs; 
    }, 10, 2);

    This filter will help you remove the separator and site name from the image in the AI menu. If you have any further questions or need assistance, please feel free to reach out to our dedicated support team here. We’re available 24/7, 365 days a year.

    Sources:
    General Tab in Meta Box of Rank Math SEO Plugin
    How to Connect/Disconnect Your Website From Content AI
    Using Rank Math’s ‘Quick Actions’ Admin Menu Item
    How to Customize Breadcrumbs in Rank Math » Rank Math

    Junaid MK
    Rank Math free

    human help need

    Hello,

    Thank you for contacting Rank Math support.

    We did check the screenshot and can see that you want to remove the separator in the category title.

    To edit or change the title for your category pages, please navigate to WordPress Dashboard > Rank Math > Titles & Meta > Categories (you may need to scroll down to get to the category tab).

    Here, remove the separator code as shown in the image below:

    Hope that helps and please don’t hesitate to let us know if you have any other questions.

    Thank you.

    Junaid MK
    Rank Math free

    I already removed it when I configured, but it still shows on all the pages and posts.

    Hello,

    We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WordPress login in the designated Sensitive Data section.

    Please do take a complete backup of your website before sharing the information with us.

    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.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘i want to remove junaid mk on the screen short check’ is closed to new replies.