exifi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Search with Algolia] Snippet result for ACF fieldsThanks for the support 🙂
Forum: Plugins
In reply to: [WP Search with Algolia] Snippet result for ACF fieldsHi Michael, thanks for the reply.
To index the ACFs I did this and I see them correctly in Algolia.function wds_algolia_custom_fields( array $attributes, WP_Post $post ) {
$fields = [
'payoff',
'descrizione_lunga',
'descrizione',
];
foreach ( $fields as $field ) {
$data = get_post_meta( $post->ID, $field );
$data = get_field( $field, $post->ID );
if ( ! empty( $data ) ) {
$attributes[ $field ] = $data;
}
}
return $attributes;
}
add_filter( 'algolia_post_shared_attributes', 'wds_algolia_custom_fields', 10, 2 );
add_filter( 'algolia_searchable_post_shared_attributes', 'wds_algolia_custom_fields', 10, 2 );But now I have to show the content on the search page.
I would like to show an ACF for the description of a CPT. But if I show it with
{{data.acf_field}}all the HTML comes out so I would like to try to show it as if it were the text snippet likedata._snippetResult['content'].valueThanks
Hi,
I replied to the email on 30 Jan 2020
(object: Feed doesn’t work properly | wp.org ticket)
I just submitted it again.Thanks for support.
Hi guys, any news for the problem?
Thnks
Hi @sultan00rextheme,
can I have your email?Thanks.
Hi guys, i’ve the same problem.
Can i send an email?
Thanks for support.
Forum: Plugins
In reply to: [Connect Contact Form 7 and Mailchimp] GDPR and your pluginIn Mailchimp are the filed
https://snag.gy/nKLlHV.jpgit’s in timeline this feature in future release?
Forum: Plugins
In reply to: [WP Review Slider] Js error on retrieve previewsSame problem… there are some news?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] FEED mixed with POSTI set the plugin in this way
Screen SettingIt’s correct only for podcasts?