• i want to limit the Title Character (For example in add post allowed only 40-50 Characters)

    any plugin or code for this requirement…

Viewing 1 replies (of 1 total)
  • Why don’t you just echo the Title with a char limit?

    ex.
    $title = substr($post->post_title, 0, 40);

Viewing 1 replies (of 1 total)
  • The topic ‘Limit the Title Character’ is closed to new replies.