Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    If you’re using WordPress Popular Posts as a widget:

    1. Go to Appeareance > Widgets
    2. On the WPP widget settings section, set Before / after Popular Posts to <ol> and </ol>
    3. Click save to update the widget with the new options

    If you’re using the template tag…:

    if (function_exists('wpp_get_mostpopular')) { wpp_get_mostpopular('wpp_start="<ol>"&wpp_end="</ol>"'); }

    … or the shortcode:

    [wpp wpp_start="<ol>" wpp_end="</ol>"]

    Thread Starter jerickko

    (@jerickko)

    Thanks Ikki.

    I’ve actually forgotten that I’ve previously put the lists styling to none. Stupid me.
    I’ve created a new class and it’s good now

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WordPress Popular Posts] Ordered list’ is closed to new replies.