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
//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.
achadha7
Member
Posted 1 year ago #
Thanks
but what page do i edit ? Style.css Index.php ????
achadha7
Member
Posted 1 year ago #
Never mond i figured it out
thanks :)