Search Function –> List of results

Home Support Blog Way Search Function –> List of results

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6766
    Anonymous
    Inactive

    Hi,
    When you conduct a search, it brings a list of blog posts as results. However, unlike the home page where it may say “Continue reading” and link to the full post, it embeds the link for the full post for the user to click in the blog post title heading.

    Is there anyway to maintain the same features of the home page blog excerpt (like “continue reading” link) instead of having the user need to click the blog post title to get to the full post?

    Would like to change as it’s not consistent, thus somewhat less intuitive for the user.

    Thanks!

    #6767
    Anonymous
    Inactive

    Here’s a link to the xample from the search function — see where the red circle is? That’s where in the home page, it would have said “continue reading” link… but in the search function, that’s not the case. how could i put that there for a consistent interface tothe home page.
    https://pasteboard.co/GAkWR5O.png

    thanks!

    #6768
    ProDesigns
    Keymaster

    Hi @pinkalligatorr29,

    We will this add this feature in next update of theme. Till there is next update you can add following line of codes in theme file to make search page look like home page.

    Please go to line 40 of search.php and find this line of code:

    get_template_part( 'template-parts/content', 'search' );

    Replace it with:

    get_template_part( 'template-parts/content', get_post_format() );

    We will update theme soon. When there is new version available please update it.

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.