Okay
  Public Ticket #503604
Blog posts
Closed

Comments

  • Sarah started the conversation

    Hi,

    I would like to know if I can change the number of lines of text to display on the grid posts of the home page. (attached image)

    Thanks. Regards.

  •  291
    Paul replied

    Hi Sarah!

    You can change that in \"/vc_templates/vc_posts_grid.php\" file. Please open the file and find this line of code:

    $title_code = \'<h4 class=\"blog-element-title\"><a href=\"\' . get_permalink() . \'\">\' . uxbarn_trim_string(get_the_title(), 70) . \'</a></h4>\';

    Then increase the value of \"70\" here for a longer post title.

    Regards,
    Paul

  • Sarah replied

    It works!

    Thank you very much!


  •  291
    Paul replied

    You\'re welcome!