Support

Account

Home Forums Pre-purchase Questions Post Views Counter Reply To: Post Views Counter

  • In the template file, get the field, increment it and then save it

    
    $count = get_field('counter_field);
    $count++;
    update_field('counter_field');