Viewing 3 replies - 1 through 3 (of 3 total)
  • Same here. The title of the blog posts links to the correct destination, but the “read more” or “continue reading” link just refers back to the actual search results page…

    Same here

    I’ve found a hack.

    In the plugin file google-cse.php after add_filter('the_permalink', 'gcse_permalink'); (about row 193) add add_filter('post_link', 'gcse_permalink');.

    Then in your theme, in the search result use the_permalink() function instead of get_permalink().

    Greg

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Excerpt URL is wrong’ is closed to new replies.