how do I truncate the search results


 

Current User: Guest Login Register
Please consider registering

Search 
Search Forums:


 




how do I truncate the search results

Add a New Topic Reply to Post
UserPost

12:17 am
October 18, 2007


Dan

Guest

How do you get the search results to truncate so that only x number of lines are shown in the result for each item in the list of results?

12:18 am
October 18, 2007


Jean-Luc

Admin

posts 231

I use the_excerpt in search.php (see WordPress - Template Tags - the_excerpt).

Jean-Luc

12:19 am
October 18, 2007


Dan

Guest

Sorry to be a bother but I’m new to WP. I am using a downloaded template and the only search.php I can find is not in that template but in the default template. Is this the one I modify, and, if so, what and where do I put the excerpt code? I’m using WP 2.3 by the way.

12:20 am
October 18, 2007


Jean-Luc

Admin

posts 231

In the WordPress default theme, I see this in search.php :

    <h3 id="post-<?php the_ID(); ?>"> *** </h3>
    <small><?php the_time('l, F jS, Y') ?></small>

    <p class="postmetadata"> *** </p>

In the theme we use here, I have this :

    <h3 id="post-<?php the_ID(); ?>"> *** </h3>
    
    <div class="entry">
     <?php the_excerpt() ?>
    </div>
  
    <p class="postmetadata"> *** </p>

Jean-Luc

12:21 am
October 18, 2007


Dan

Guest

Thanks, that pointed me in the right direction and I was able to get it working like I desired. I really like this plugin for the way my site will be structured. Thanks again for your quick response and help.

Add a New Topic Reply to Post


Reply to Topic: how do I truncate the search results

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 4 + 11        (Required)

Topic Reply:


 

WebStats1


About the InternetOfficer.com forum

Currently Online:

1 Guest

Maximum Online: 31

Forums:

Groups: 2

Forums: 7

Topics: 109

Posts: 516

Members:

There are 29 members

There are 95 guests


Jean-Luc has made 231 posts

Top Posters:

Steve - 14

angelko - 5

cwei - 4

KevinA - 3

Kinglui - 3

Administrator: Jean-Luc | Moderators: Jean-Luc


© Simple:Press Forum - Version 3.1.2 (Build 340)