• Resolved hanflow

    (@seonghoon52)


    this is my site: http://www.rokhiphop.com

    each of my posts include a picture of a video. when you search for something on my site, the results do not display the images or videos of the posts. help! thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • doc4

    (@doc4)

    seonghoon52,
    Can you show the code for both the index.php and the search.php. Please do not post the code here if it is very long but instead use pastebin and link to the pastebin code.

    Thread Starter hanflow

    (@seonghoon52)

    index.php: http://pastebin.com/GCPeUAkd

    search.php: http://pastebin.com/u0YTEvrx

    thanks doc4! =]

    doc4

    (@doc4)

    seonghoon52,

    Line 29: <?php if (is_search()) the_excerpt(); else the_content(__('더 보기 &raquo;', 'kubrick')); ?>

    Remove the is_search portion, because it’s calling on the the content’s excerpt and leaving out the video if a search is performed.

    Try this in it’s place:
    <?php the_content(__('더 보기 &raquo;', 'kubrick')); ?>

    Thread Starter hanflow

    (@seonghoon52)

    doc4, i’ve tried what you’ve suggested and the result was unsuccessful. any other ideas? 🙁

    Open search.php (NOT searchform.php).

    Find something like this:
    the_excerpt();

    then replace with:
    the_content();

    Thread Starter hanflow

    (@seonghoon52)

    hey that worked! thanks zeo! =] and thanks doc4!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘search results don’t display images’ is closed to new replies.