• How do i limit the Author’s Biographical info?
    Like below every post the Author profile is displayed. But if i enter too long biographical information it looks bad. So i want something like if Author info exceeds 140 characters, then there should be ‘read more’ option. How do i do that? Please help. ??

Viewing 1 replies (of 1 total)
  • Thread Starter Omkar Bhagat

    (@codestor)

    Ok i used a sub string method.

    substr($description, 0, 140)

    to get string from 0 to 140 characters only.

    trying to add a read more button. Any help will be appreciated ??

Viewing 1 replies (of 1 total)
  • The topic ‘To limit Author's Biographical Info’ is closed to new replies.