Forums

showing stats on main page / per post (4 posts)

  1. achadha7
    Member
    Posted 1 year ago #

    Hi all Currently the main page of my blog & every individual post (wandering-online.com) shows Posted by: XXXXX in Categories: XXXXX.
    Using Tags:XXXXX under the Title. I want it to display [Date | Number of Comments| Number of views | Author ]

    Help please

    ankush AT wandering-online.com

  2. churchthemer
    Member
    Posted 1 year ago #

    //date posted
    the_time('l, F jS, Y');
    
    //for comments on homepage and other template pages
    if(is_home()){
     comments_popup_link('No Comments', '1 Comment', '% Comments');
    }
    else{
      comments_number('No Comments', '1 Comment', '% Comments' );
    }
    
    //author
    the_author();
    ?>

    For number of views you'll need to use a plugin like wp-postviews.

  3. achadha7
    Member
    Posted 1 year ago #

    Thanks
    but what page do i edit ? Style.css Index.php ????

  4. achadha7
    Member
    Posted 1 year ago #

    Never mond i figured it out

    thanks :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.