• I have contacted the theme developer. but NO HELP!
    I don’t have a posts page, just a few other pages where I am seeing the date, no comments, and the admin name. I am trying to remove these. I have added some CSS that I found on this forum, but still not working. PLEASE HELP!

    Here is a link: https://dorissipes.com/terms-of-use/

    I am NOT too familiar with CSS, so the easier explanation, the better. Plus, I installed a CSS plugin to add this – still NOT working! As well, the developer disabled the Editor (for the files). Thx in advance.

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)
  • The topic ‘Removing Date, No Comments, and Author Login Name’ is closed to new replies.