BBPress Kevin Seapan : Replies Created

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Custom Fields working on backend, but not on front #379828
    Kevin Seapan
    Participant

    I have this customer also asking if we can change the Category Select to read “Select Organization” instead, and I can’t see a spot in the array to do that…

    Any assist would be appreciated.

    in reply to: Custom Fields working on backend, but not on front #379827
    Kevin Seapan
    Participant

    I had to enter the field title inside the echo command of the array. It was confusing because this wasn’t needed in the admin form, just for the front end.

    if ( ! empty( $text ) ) echo ‘Volunteer Position: ‘ . esc_html( $text ) . ‘

    ‘;

Viewing 2 posts - 1 through 2 (of 2 total)