Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m also interested in having most popular posts numbered. Did you ever figure this out?

    After some research, I found a way to do it… this may not be the only way or the best way, but it works for me…

    (Demonstrated visiting any post link: http://blog.zerodean.com/)

    Add the following to your theme CSS (preferably child theme)

    /* make NPopular return a numbered list */

    .nrelate .nr_inner ul {
    list-style-type: decimal
    }

    @zerodean @missyklotz — Thank you both for using Most Popular on your site! We would have given a css fix for this as well rather than suggesting to update plugin files, so thanks for providing that @zerodean. Let us know if we can assist further.

    – Katrina @ nRelate

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show in Numbered (Ordered) List’ is closed to new replies.