Strawberry Flavored Black Tea
Will be added shortly…
$latest_nws = new WP_Query(‘category_name=tsipsnews&showposts=2’);
while ($latest_nws -> have_posts()): $latest_nws -> the_post();
$cont = get_the_content();
?>
if (strlen($cont) > ‘100’){
echo substr($cont,0,100).’…’;?>
Read more »
echo $cont;?>
Read more »
$latest_nws = new WP_Query(‘category_name=userreviews&showposts=1’);
while ($latest_nws -> have_posts()): $latest_nws -> the_post();
$cont = get_the_content();
?>
if (strlen($cont) > ‘130’){
echo substr($cont,0,130).’…’;?>
Read more »
echo $cont;?>
Read more »
$latest_nws = new WP_Query(‘category_name=ourresearch&showposts=1’);
while ($latest_nws -> have_posts()): $latest_nws -> the_post();
$cont = get_the_content();
?>
if (strlen($cont) > ‘130’){
echo substr($cont,0,130).’…’;?>
Read more »
echo $cont;?>
Read more »