• Anybody know to do this please?

    So instead of displaying search results like this ;

    EP#41 (incl. a guest mix from Kiko Navarro)
    Posted on 19/07/2011 by grantnelson
    Reply

    01. Lucillia – Sun Goes Down (Central Avenue Soulful Latin Club Mix) – S1 Entertainment ** World Exclusive ** 02. Adele – Rolling In The Deep (Shane D Re-Work) – CDR ** World Exclusive ** 03. Lady Alma – Runnin’ … Continue reading →
    _________________________________________

    They display like this ;

    EP#41 (incl. a guest mix from Kiko Navarro)

    01. Lucillia – Sun Goes Down (Central Avenue Soulful Latin Club Mix) – S1 Entertainment ** World Exclusive ** 02. Adele – Rolling In The Deep (Shane D Re-Work) – CDR ** World Exclusive ** 03. Lady Alma – Runnin’ … Continue reading →

    Any takers?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter GN2011

    (@gn2011)

    Sorry to bump, but anybody have an idea where I need to be looking for this?

    You might want to attach your URL to your website so someone can see what you problem is. It really does help in understand what someone is trying to say.

    George

    (@georgegecewicz)

    What’s your website? I can show you a super simple way to do this if I can see your website. ??

    Thread Starter GN2011

    (@gn2011)

    Thanks George,

    Here’s my site with a search loaded so you can see what I want to remove.

    https://www.gnhousecall.com/v2/?s=house&submit=Search

    Cheers,

    Grant

    P.S. The footer not loading problem has just appeared from nowhere, I’ve just made another thread about it, no idea why this has started happening as I didn’t touch a thing. About 2 hours ago it was fine, when I came back and loaded up my blog it had disappeared..

    George

    (@georgegecewicz)

    Usually there’s ways to target search-results pages only, but whatever theme you’re using isn’t generating these handles ??

    If you really want to solve this, here’s what you can do:

    • navigate to the header.php file in the WordPress editor. You can find this under the Appearance tab in your admin area.
    • once you’re in this file, find the tag that looks like this: <body>
    • replace the <body> tag with the following code: <body <?php body_class(); ?>> exactly like that, with the question mark, two > brackets, everything.

    Let me know if you do this, then I can show you a super quick way to hide that content.

    Thread Starter GN2011

    (@gn2011)

    Ahh that’s great!

    I’ve created the theme myself so that’s why there’s probably tons of important stuff missing ??

    Ok I’ve changed the <body> tag

    Really appreciate this George, thanks man!

    George

    (@georgegecewicz)

    Cool!
    Now, all you have to do is use the same process to navigate to the style.css file, and paste this code into the bottom of that file:

    body.search-results .post .entry-meta {display:none;}

    There are technically better ways to do this within specific .php files, but this will work just as well and is easy to explain.

    Let me know if it works!

    ??

    Thread Starter GN2011

    (@gn2011)

    You sir, are a legend! ??

    It’s all gone apart from the “reply”. Is there a different tag to disable that or it is turned off in the admin section?

    George

    (@georgegecewicz)

    Haha, I try.

    Sure thing. Just add this as well to the bottom of the good ol’ style.css file:

    .comments-link {display:none;}

    Let me know if it works!

    Thread Starter GN2011

    (@gn2011)

    Booom! Worked liked a charm ??

    Thanks once again my friend!

    One last thing if you don’t mind? How do I get rid of those margins at the top and bottom of the results that are breaking the bg image?

    I’m guessing it’s in the styling somewhere.

    https://www.gnhousecall.com/v2/?s=jamie+lewis&submit.x=0&submit.y=0

    Thread Starter GN2011

    (@gn2011)

    Ewww just noticed something a bit weird while pasting that link above.. I’ve changed the form button on my search page (https://www.gnhousecall.com/v2/archive/search) from a standard button into an image using the following in searchform.php :

    <div id="searchsubmit-button"><input type="image" src="https://www.gnhousecall.com/v2/wp-content/themes/housecall/images/search-button.png" width="59" height="30" border="0" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'twentyeleven' ); ?>" /> </div>

    And it seems to have changed the search string from the original format – https://www.gnhousecall.com/v2/?s=house&submit=Search to this new one https://www.gnhousecall.com/v2/?s=house&submit.x=0&submit.y=0

    I know this isn’t anything to do with this thread but if anybody has any idea why that is happening i’d be grateful.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove "post date", "author" & "reply" from search results’ is closed to new replies.