I've been trying to figure this out for hours now, and I just can't seem to get it. I want to take the content of a post and do string formatting on sections of it, but I can't figure out what string to use.
example:
<?php $text=(substr( **content string here** , 0, 3)) ?>
I've severley edited my main.php file to get it to look exactly as I want and this is about the last step before I can publish my blog. Can anyone offer some advice?
The content of a post should be
you can either try inserting that directly, or assigning it to a variable first.
You might also try
Hope that helps.
-stk :D