• Resolved acfuser

    (@acfuser)


    I am using the Internal Link Juicer plugin with Advanced Custom Fields, but then the replace-function is not working.

    How can I use this plugin with custom fields?
    Can I use a specific function to replace my content with the internal links?
    As example:

    <?php
    $custom_content = get_field('custom_content');
    echo INTERNAL_LINKS_FUNCTION($custom_content);
Viewing 1 replies (of 1 total)
  • Plugin Contributor Internal Links

    (@internallinkjuicer)

    Hi @acfuser

    thanks for getting in touch.

    The integration is regretfully not as simple as you’ve suggested.

    The Internal Link Juicer works with its own index. This ensures maximum performance (even with many links), but also requires the consideration of all content elements (such as posts) in detail when building the index.

    Currently, we do not have support for custom fields (or third-party plugins like ACF). However, corresponding plans for consideration are already on our backlog. Our long-term goal is to cover the whole topic of custom fields in our plugin – unfortunately, I can’t tell you a date for this yet.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I use the Internal-Links plugin with custom fields?’ is closed to new replies.