• Hello I am not able to create a page (not widget) that allows you to show the top 50 most viewed articles (ever / of the month and week) I tried relentlessly a plugin that could do for me (even for a fee), but have not been able to find anything, could you please help me?

Viewing 12 replies - 1 through 12 (of 12 total)
  • I’m using this plugin: [AJAX Hits Counter + Popular Posts Widget]

    Thread Starter lock255

    (@lock255)

    Krishna: I am trying wordpress-popular-posts, even if I do not understand what shortcode should be placed on the page where I wish I would see the list of items.

    FunnyBiscuit: If I understand it works for widgets, I need a vedrli to a specific page.

    How to use shortcode with wordpress-popular-posts plugin: http://wordpress.org/plugins/wordpress-popular-posts/installation/

    Here is the list of all default parameters in wpp shortcode, you can use them as per your requirement.

    'header' => '',
    'limit' => 10,
    'range' => 'daily',
    'order_by' => 'views',
    'post_type' => 'post,page',
    'pid' => '',
    'cat' => '',
    'author' => '',
    'title_length' => 0,
    'title_by_words' => 0,
    'excerpt_length' => 0,
    'excerpt_format' => 0,
    'excerpt_by_words' => 0,
    'thumbnail_width' => 0,
    'thumbnail_height' => 0,
    'thumbnail_selection' => 'wppgenerated',
    'rating' => false,
    'stats_comments' => true,
    'stats_views' => false,
    'stats_author' => false,
    'stats_date' => false,
    'stats_date_format' => 'F j, Y',
    'stats_category' => false,
    'wpp_start' => '<ul>',
    'wpp_end' => '</ul>',
    'post_html' => '',
    'post_start' => '<li>',
    'post_end' => '</li>',
    'header_start' => '<h2>',
    'header_end' => '</h2>',
    'do_pattern' => false,
    'pattern_form' => '{thumb} {title}: {summary} {stats}'
    Thread Starter lock255

    (@lock255)

    frizax: Thank you really are not very capable, I have created 3 new pages called:
    1) Most of all time
    2) Most of the month
    3) Most week
    3) Most of the day

    And on every page I would like to put the shtocode relative.
    Those codes that you’ve kindly posted I do not know how to use them, you have any suggestions for me?

    If I can do a complete example for a page I would be really grateful.

    Here are the shortcodes as per your requirement:

    1) Most of all time

    [wpp range=all stats_views=1 order_by=views]

    2) Most of the month

    [wpp range=monthly stats_views=1 order_by=views]

    3) Most week

    [wpp range=weekly stats_views=1 order_by=views]

    4) Most of the Day

    [wpp range=daily stats_views=1 order_by=views]

    Thread Starter lock255

    (@lock255)

    We’re almost there, you can not see the list, but the thumbnail of the articles?
    I forgot how to exclude from the statistics pages and leave only articles?

    I’m not getting your first question, can you explain little bit or share link for the same?

    To exclude pages from the list add post_type attribute to shortcode. For example:

    [wpp range=weekly stats_views=1 order_by=views post_type=post]
    Thread Starter lock255

    (@lock255)

    Thanks now I only post 🙂
    As for the fact that I see a list and not the thumbnail you step the URL, attention is an adult site: [NSFW]http://perversioncity.com/today/

    To display the article thumbnail, you have to define thumbnail_width and thumbnail_height in your shortcodes, for example:

    [wpp range=weekly stats_views=1 order_by=views post_type=post  thumbnail_width=100 thumbnail_height=100]

    Also,
    1. if you want hide comments count define stats_comments=false
    2. if you want show number of views define stats_views=true

    Thread Starter lock255

    (@lock255)

    frizax you’re giving me a big help thank you, but there are still a couple of things that are not:

    These shortcode I are working:
    1. if you want hide comments count define stats_comments = false
    2. if you want show number of views define stats_views = true

    You place I put encodings, you can check the results in the link I posted previously:
    [wpp range=daily stats_views=1 order_by=views post_type=post thumbnail_width=200 thumbnail_height=200 stats_views=true stats_comments=false]

    I also wanted to know if it was possible to see the thubinal in 3 columns and without the marker arrow icon) that gives the sense of a list.
    I would like to make it look like the gallery of my home page ..

    [Don’t remind people to help, or bump your thread. These forums are entirely volunteer-based. If someone has not helped to the standard or frequency you expect, consider posting a listing at WP Jobs]

    Hi there,

    First of all, thanks frizax for your excellent help. I came here by another thread created by lock255 (please, don’t open multiple topics about the same subject!).

    @lock255 what do you mean with:

    …there are still a couple of things that are not:

    These shortcode I are working:
    1. if you want hide comments count define stats_comments = false
    2. if you want show number of views define stats_views = true

    You place I put encodings, you can check the results in the link I posted previously:
    [wpp range=daily stats_views=1 order_by=views post_type=post thumbnail_width=200 thumbnail_height=200 stats_views=true stats_comments=false]

    I don’t understand what you’re trying to say there. Can you please elaborate a bit more?

    About the three-column styling, here’s a statement from the FAQ section of the plugin:

    How can I style my list to look like [insert your desired look here]?
    Since this plugin does not include any predefined designs, it’s up to you to style your most popular posts list as you like. You might need to hire someone for this if you don’t know HTML/CSS, though.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[NSFW] How to display a page in the list of most viewed articles’ is closed to new replies.