Forum Replies Created

Viewing 1 replies (of 1 total)
  • heloo gozz…dnt wry…i will help u…
    just go to appearance then theme editor and then go to (page.php) page and paste this code

    <?php
    printf( __( ‘<span class=”%1$s”>Posted on</span> %2$s by %3$s’, ‘responsive’ ),’meta-prep meta-prep-author’,
    sprintf( ‘%3$s‘,
    get_permalink(),
    esc_attr( get_the_time() ),
    get_the_date()
    ),
    sprintf( ‘<span class=”author vcard”>%3$s</span>’,
    get_author_posts_url( get_the_author_meta( ‘ID’ ) ),
    sprintf( esc_attr__( ‘View all posts by %s’, ‘responsive’ ), get_the_author() ),
    get_the_author()
    )
    );
    ?>

Viewing 1 replies (of 1 total)