• Resolved Svend Rugaard

    (@svend-rugaard)


    Im looking for a way to show a icon on frontend instead of a text and shouldnt this suppose to do that or is it only for the admin part ? ..

    Example have Rating as a taxonomy and the input field is diffrent like children , mature etc, i then choose PEGI 3 for Children it show up on admin but not on frontend. What am i doing from

    I input `
    $image = get_term_meta( 7, ‘image’, true );

    if ( ! empty( $image ) ) {
    echo ‘<img src=”‘ . esc_url( $image ) . ‘” />’;
    }

    In my child themes function – something in wordpress is not my strong site and coding is one of those am i doing something wrong ? …

    example http://ps4danmark.dk/wp-test/call-of-duty-ghosts/

    https://wordpress.org/plugins/wp-term-images/

Viewing 1 replies (of 1 total)
  • Plugin Author John James Jacoby

    (@johnjamesjacoby)

    I’ve updated the documentation with a more thorough example.

    I’ll be including a helper function in a future release, too.

Viewing 1 replies (of 1 total)
  • The topic ‘Show icon of frontend ?’ is closed to new replies.