Control text length Post date Home › Forums › Calendar Products › Events Calendar PRO › Control text length This topic has 2 replies, 3 voices, and was last updated 10 years, 2 months ago by Support Droid. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts February 4, 2016 at 5:26 am #1067446 kortrisParticipant Hello, Please let me know if there is anyway I can control the length of the text that is shown next to the image in list and map view of my calendar thank you in advance February 8, 2016 at 9:36 pm #1069928 GeorgeParticipant Hey @Koro, Thanks for reaching out! You should be able to do this with some custom code. I would recommend trying to paste the following snippet into your theme’s functions.php file: function custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 ); Play around with the actual number there; 20 is just an example there. Let me know if this helps! Thanks, George February 23, 2016 at 8:35 am #1080802 Support DroidKeymaster This topic has not been active for quite some time and will now be closed. If you still need assistance please simply open a new topic (linking to this one if necessary) and one of the team will be only too happy to help. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Control text length’ is closed to new replies. → Please verify your API key is correctly entered on the settings