• Is there any way to convert/ extract a title name from the first few words of the post article.

    the below code will extract the first 25 letters of the post
    which i want to use for the title name.

    <?php echo substr(strip_tags($post->post_content), 0, 25);?>

    My question is , how do i insert this to the title box/area ?

    Can anybody help me !

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘title from the post..’ is closed to new replies.