sakhmedbayev
06/05/2018, 8:54 AMtext
field in my Post
type. I do not want to get a full text from text
field, only first 150 symbols.weakky
06/05/2018, 10:28 AM_.truncate()
function to do that. Not sure how much data you’re querying though, it’s might not be that efficient 😕weakky
06/05/2018, 10:29 AMtruncate()
your data when it’s being pushed so you don’t have to process it every time you query it afterweakky
06/05/2018, 10:30 AMsakhmedbayev
06/05/2018, 4:34 PMalechp
06/06/2018, 5:00 PMsakhmedbayev
06/07/2018, 3:35 AM