• Resolved exifi

    (@exifi)


    Hi guys,
    can i set a max length for heading post_title?
    in BO si possibile only for description

    i’ve tried tu add a filter in function.php or change some parameters in the file .php but nothing

    someone can help me?

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, you can use css to do that

    try following code in custom css box

    .rpc-title {
      display: block;
      width: 100px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Max Length for Heading post_title’ is closed to new replies.