badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change text Length in Widget Theme Horse Services

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20835
    vf478
    Participant

    Hi, thank you for the great theme!

    I wish to be able to intervene on the length of the text displayed by the Theme Horse Services Widget. Or at least to be able to know which is the current setting and if there are strategies to leave on the front page only the info that matters!

    Thanks

    V

    #20854

    Hi vf478,
    The length of the text is displayed from the excerpt. You need to change in the core file. We always recommended you to change create a child theme before making any changes on it.
    The core file is inside interface -> inc -> functions -> functions.php on line no 146 and change the numeric value to any value you want.

    function interface_excerpt_length( $length ) {
    	return 50;  // this will return 50 words in the excerpt
    }

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.