Hi,
I want to know if is there a way to display the current post position. My site will be about regional music bands, in the sidebar I show info about the current band, name, genre, contact, etc., I would like to display a highlighted message like “this band is in the top 20”.
In the template you named “most-liked-posts.php” even in wti-like-post-widgets.php, I think there’s a code that can help me, but how I can compare the current post ID (wordpress function) with the post ID you store in the plugin’s DB table?, I think that using a simple counter I can compare both IDs, print that counter when they are the same and break de loop. My knowledge about PHP/MySQL is limited.
Thank you!
Carlos