• Resolved felapart

    (@rdallas4pm)


    hello, i love you rplugin and idea of linking all headers but found some issues.
    i have cpts and tried to add anchor linking to headers whi are not in default text field and found it doenst add anchors at all

    example https://findozor.net/ru/zaim/bez-otkaza/ (all text is generated and not in default text field)

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

Viewing 1 replies (of 1 total)
  • Plugin Author Karolina Vyskocilova

    (@vyskoczilova)

    The plugin is hooked into the_content filter, ACF doesn’t use it. You could call the function manually:

    echo \Kybernaut\AddAnchorLinks::add_links('<h1>Title</h1>');

    It’s a new feature in 1.0.4 version.

    Sorry for answering so late.

    Best regards,
    Karolina

Viewing 1 replies (of 1 total)
  • The topic ‘it doesnt actually work with headers in acf fields’ is closed to new replies.