go41

the info you need to know


von Joern
Keine Kommentare

Hi Joern!I can see that you are a very helpfull guy. I bought Arthemia, by ColorLabs, unfurtunally I cant get in to their support site, so I wonderet if you could help me.1.The usual wordpress lauange transmitter dosn't work for me in Arthemia.I would like to change the "comments", "read…


von Joern
Keine Kommentare

Another way to shorten the excerpt would be:<?php $shortex = substr(get_the_excerpt(), 0, 170);echo $shortex; echo "rn"; ?>as a replacement for the_excerpt, the last number above is the number of characters to display.Even one more:by putting the function 'string_limit_words' in your functions.php you could call this function from anywhere in your…