Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Search showing short code tags #720774

    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

    in reply to: Search showing short code tags #720272

    See login below

    Thanks,
    DM

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