Popular posts tinkering

Viewing 5 posts - 1 through 5 (of 5 total)
  • #3414
    fw190
    Participant

    Would it be possible to ad this http://wordpress.org/extend/plugins/wordpress-popular-posts/faq/ int he popular box? It’is ok in the sidebar but it would look much better in the original box.

    #3415
    Daniel Tara
    Keymaster

    You can replace the popular_posts() function with this:

    if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular();
    

    You’ll have to tweak the code a bit though if you want it to look like the theme section.

    #3418
    fw190
    Participant

    Thanks for the tip but tinkering the code is something to big for me πŸ˜‰ After a few attempts I ended up with a broken theme πŸ˜‰ I’ll wait for an update. This will be much safer.

    #3424
    fw190
    Participant

    Maybe sorting the coments by date would be a solution for me? There are a few comments so this could be a hit πŸ˜‰ I’ve changed the parameter somewhere from number to date but seems to me that I did something wrong as it doesnt work as it should.

    #3437
    Daniel Tara
    Keymaster

    Sorting the comments by date is not a relevant factor to consider popular posts. You also have the option o sort them by view count in the theme options.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.