Sam Morris
32p38 comments posted · 0 followers · following 0
43 weeks ago @ SMOR.tv : Sam Morris - Photoshop Type on a P... · 0 replies · +1 points
50 weeks ago @ SMOR.tv : Sam Morris - IceGum Logo & Package ... · 0 replies · +1 points
57 weeks ago @ SMOR.tv : Sam Morris - San Francisco Bay Storm · 0 replies · +1 points
57 weeks ago @ SMOR.tv : Sam Morris - Photoshop Type on a P... · 0 replies · +1 points
69 weeks ago @ SMOR.tv : Sam Morris - Android HTC Hero/Eris ... · 0 replies · +1 points
72 weeks ago @ SMOR.tv : Sam Morris - WordPress Title Trimmi... · 0 replies · +2 points
As per your observation I changed the code so it's formatted correctly (and can be copied without error), thanks for pointing out the issue. I still need to fix up some of my other posts, but this one should be fine.
72 weeks ago @ SMOR.tv : Sam Morris - WordPress Title Trimmi... · 0 replies · +1 points
echo $trimmedTitle . "...";
That part is probably what's causing the issue. Sorry for the formatting, the plugin I was using for displaying PHP code was causing my formatting to disappear. Try to copy it from above again and it should work for you.
74 weeks ago @ SMOR.tv : Sam Morris - WordPress Title Trimmi... · 0 replies · +1 points
It depends on what you're trying to do, but sometimes I need to create a widget to preform some type of standard functionality (like displaying recent posts), but don't want the titles wrapping to a 2nd line. I typically use the My Custom Widgets plugin (http://wordpress.org/extend/plugins/mycustomwidge...) and create a widget that contains a WordPress loop. Then I can grab the posts I want and have the ability to wrap the title tags in the title trimmer function. The end result would be a loop going through my recent posts with trimmed down titles.
77 weeks ago @ SMOR.tv : Sam Morris - WordPress Looping thro... · 1 reply · +1 points
77 weeks ago @ SMOR.tv : Sam Morris - WordPress Title Trimmi... · 0 replies · +1 points
Have a look on the wordpress site, www.wordpress.org/extend/plugins/
Invention