• Resolved Tymur Baizuldin

    (@tymur-baizuldin)


    In search results don’t show images from Post Content/Excerpt: “Image Options”->”Primary/Alternative image source 1, 2, …”

    Image from post content start working only after cahnge wp-content/plugins/ajax-search-lite/includes/search_content.class.php

    line 635:

    $im = wpdreams_get_image_from_content( $post->content, 1 );

    to

    $im = wpdreams_get_image_from_content( get_post_field('post_content', $post->id), 1 );

    https://ww.wp.xz.cn/plugins/ajax-search-lite/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Primary/Alternative image source Post Content/Excerpt’ is closed to new replies.