Show author, comments count, comments, categories and likes in the category post
-
Good evening,
I feel that Ditty Posts Ticker is an Awesome plugin.
I wanted to customise the tag that is shown below the Title.
Instead of the date of the post, I wanted to show the author, comment counts, comments, category, and likes.
for example in this website, https://onlineincometeacher.com
“by author, 6 comments, business, 3 likes”
Below is what I tried:
<?php the_title(); ?>"><?php the_title(); ?></a></h2> <p align="left"> By <?php the_author(); ?> | <?php comments_number( $zero, $one, $more ); ?> | <?php get_the_category( $id ) ?></p>
I am not sure where to change this. Hope you can help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Show author, comments count, comments, categories and likes in the category post’ is closed to new replies.