• Resolved mogmachine

    (@mogmachine)


    Just wondering before I go Pro if this works with ACF fields, especially Flexible content. I am done with Yoast and want to make the switch, but have a lot of sites that are based on the Flexible content field …I used the “ACF content analysis for yoast” plugin …but what about SEOpress.

    Merci en avance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,
    you can use this hook to add your custom fields to the content analysis:

    https://www.seopress.org/support/hooks/filter-the-analyzed-content/

    Best,
    Benjamin

    Thread Starter mogmachine

    (@mogmachine)

    Thanks for the link Ben, so to add multiple ACF fields could need to define each as a $cf var so $cf1, $cf2 etc on a line for each and then concatenate the list with:

    $content = $content.$cf1.$cf2;

    Makes sense, I guess that i useful for text fields etc, but I am not sure repeater fields or fields that contain more complex data like flexible content or files, images etc will work in that way …but it is a start and I will play around once setup and check out what is being returned. Good enough for now et merci pour la vite réponse, c’est toujours sympa de voir un dev qui soutien son plugin.

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

The topic ‘Working with ACF fields’ is closed to new replies.