Support

Account

Home Forums Front-end Issues How to get sum of custom field value without display them in frontend ? Reply To: How to get sum of custom field value without display them in frontend ?

  • Not 100% sure what you mean. If this field is for a post and you want to get the sum of all fields for all posts then you must do a query to get all the posts, loop over them, get the field value an add them up. You don’t need to show the posts but you still need to get them and loop over them.