Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mathieu Viet

    (@imath)

    In WordPress ?? I’m using the WordPress dashicons font in Administration only as far as i can remember.

    Thread Starter Stagger Lee

    (@stagger-lee)

    A OK, thanks.
    Why not use them at frontend as “solved” green and “not solved” red icons ?
    dashicons-yes

    // Load WP Dashicons at the front
    add_action( 'wp_enqueue_scripts', 'themename_scripts' );
    function themename_scripts() {
        wp_enqueue_style( 'themename-style', get_stylesheet_uri(), array( 'dashicons' ), '1.0' );
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Do I miss some options’ is closed to new replies.