Skip to content
Advertisement

How To Display Number In Post WordPress

I want to display the sequence number in the wordpress loop in the sidebar by category Software but the number in the sequence is not showing, I don’t know how to display it.

i want to show number like this

enter image description here

this is my code in sidebar.php

JavaScript

and this my code in content.php

JavaScript

Advertisement

Answer

You can pass arguments to get_template_part(), so really all you need to do is pass in an iterator value $i:

JavaScript

Then here, you get the arguments that were passed to the template part, and then echo it out in your bubble-ornament element.

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement