wp_meta example


            echo apply_filters(
                'widget_meta_poweredby',
                sprintf(
                    '<li><a href="%1$s">%2$s</a></li>',
                    esc_url( __( 'https://wordpress.org/' ) ),
                    __( 'WordPress.org' )
                ),
                $instance
            );

            wp_meta();
            ?> </ul> <?php         if ( 'html5' === $format ) {
            echo '</nav>';
        }

        echo $args['after_widget'];
    }

    

                ?> </ul> <ul> <?php if ( is_home() || is_page() ) { /* If this is the frontpage */ ?> <?php wp_list_bookmarks(); ?> <li><h2><?php _e( 'Meta' ); ?></h2> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <?php wp_meta(); ?> </ul> </li> <?php } ?> <?php endif; /* ! dynamic_sidebar() */ ?> </ul> </div>
Home | Imprint | This part of the site doesn't use cookies.