Hi,
That did not seem to help. Did not change anything.
I tracked it down to the loop-search.php file. I do not use the excerpt so I just commented out the code below and it started working enough:
                $excerpt = trim(get_the_excerpt());
                /*if(!empty($excerpt))
                {
                    the_excerpt();
                }
                else
                {*/
                    $excerpt = strip_shortcodes( get_the_content() );
                    $excerpt = apply_filters('the_excerpt', $excerpt);
                    $excerpt = str_replace(']]>', ']]>', $excerpt);
                    echo $excerpt;
                //}
Thanks,
DM
See login below
Thanks,
DM
