Viewing 5 replies - 1 through 5 (of 5 total)
  • I don’t know if you’ve received a reply to this or perhaps you figured it out yourself – but for anyone else who may happen to have the same issue the solution is simple: if you log out the numbers go away ??

    I was wondering the same thing then went to edit the display.php and saw that the call is only if you’re logged in. Normal users won’t see the numbers.

    I hope this helps!

    Thread Starter tarheel83169

    (@tarheel83169)

    : ) LOL! Best mod I’ve made all day !

    thanks ibreibish! I would never have thought of that.

    Thank you for this plugin, but a thing is missing, the possibility of having the miniature which illustrates the article.
    It is possible to have this option?
    Thank you

    Hmm, I am not logged in but I can still see the numbers…

    OK, a quick & dirty solution to get rid of the numbers:

    1) In the plugin settings, set this to the ‘Before each related post’:
    <li><span class="hidethenumber">

    2) In the plugin settings, set this to the ‘After each related post’:
    </span></li>

    3) Add this to your custom CSS and adjust the colors to your needs/theme:

    ul#related-posts-via-categories-list li .hidethenumber {color:transparent}
    ul#related-posts-via-categories-list li .hidethenumber a{color:#444}

    Not the most elegant way, but it works..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Related Posts via Categories] remove number’ is closed to new replies.