• Hi,
    Thanks for the nice plugin.
    I want to change the “#lmadha_ttbr …” in the link “sanamedtour.com/blog/hair-transplant/#lmadha_ttbr_ayran_afdl_bld_lzrat_alshr” to something else. Can I do that?
    Plus, the heading is in Arabic and has been converted to Latin, can I set it to Arabic?
    Sincerely

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author LuckyWP

    (@theluckywp)

    Hello!

    See options: https://ps.w.org/luckywp-table-of-contents/assets/screenshot-11.png?rev=2133515

    You can set Hash Format to “As heading without transliterate” for save Arabic.
    And see checkboxes: “Convert to lowercase” and “Replace underscores with dashes”. Maybe this be useful for you.

    Also you can use filter “lwptoc_heading_id”. For example:

    add_filter('lwptoc_heading_id', function ($id, $label) {
        return function_exists('mb_strtoupper') ? mb_strtoupper($label) : strtoupper($label);
    }, 10, 2);
Viewing 1 replies (of 1 total)
  • The topic ‘How to change the linked content’ is closed to new replies.