This is the area where you can put text about yourself or your blog. You can change the colours and the layout as you like, but please keep the footer link the way it is so that others can find
my work online. Thanks for using this theme. I really appreciate it. This theme is released under the
Creative Commons License.
have_posts()) : $my_query->the_post(); ?>
30) {
$title_short = substr(the_title('','',FALSE), 0, 30);
preg_match('/^(.*)\s/s', $title_short, $matches);
if ($matches[1]) $title_short = $matches[1];
$title_short = $title_short.' ...';
}
else
{
$title_short = the_title('','',FALSE);
}
?>
- / /