show meta description in search result
-
I want to display meta description in the search result instead of excerpt. I tried to change the sf.php file, but after making some changes it was showing the following error:
Parse error: syntax error, unexpected T_STRING in /home/content/01/10893301/html/en/wp-content/plugins/ajaxy-search-form/sf.php on line 1I changed the post_object function changing
$pst->post_content = $this->get_text_words(get_the_content($pst->ID) ,(int)$this->get_excerpt_count());
to
$pst->post_content = $this->get_text_words(get_post_meta($pst->ID) ,(int)$this->get_excerpt_count());
What should I do?
Is it possible to show the meta description in the search result?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘show meta description in search result’ is closed to new replies.