StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-20-2010, 09:45 AM
wanderer wanderer is offline
Registered User
Genesis Member
 
Join Date: Sep 2009
Location: buenos aires
Posts: 120
Default Limit Title plugin Code

Greetings,

Following another thread here I was found the Limit Title plugin. I would like to go ahead and add the following code to the functions.php instead of using the widget but I'm not sure where and how to get the length I want.
What I am trying to fix is a format problem on my homepage. I managed to get the first category area uniform in length but am having problems with words wrapping below the thumbnails on posts with longer titles.

If you look here: wander-argentina.com you'll see that the first restaurant, Granix has five lines of teaser text with words going below the photo, while the others have four lines.

I would like every entry to have fours teaser lines so that it looks neater.

Can anyone tell me what the >$length) value should be and where do I insert this code?

Thanks very much!

$string
= the_title('','',FALSE);

if(strlen($string) > $length)
$string = (preg_match('/^(.*)\W.*$/', substr($string, 0, $length+1), $matches) ? $matches[1] : substr($string, 0, $length)) . $replacer;

echo $string;
}
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WP 2.8 Fatal Error with LIMIT POSTS plugin cbryant General Discussion 1 08-06-2009 11:43 PM
Limit title length the chimp General Discussion 2 01-14-2009 02:18 PM
Limit Post plugin in Function.php? CCobb General Discussion 13 11-26-2008 11:53 PM


All times are GMT -5. The time now is 04:32 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.