Support » Plugin: GD Star Rating » [Plugin: GD Star Rating] Display the number of times an article has been viewed

  • Hi,

    I noticed that the GD star rating “article” screens also show the number of times that a post/article has been viewed.

    I currently use the following article rating rendering function in my theme:
    <?php if (function_exists(‘wp_gdsr_render_article’)) {
    wp_gdsr_render_article($post_id=0, $read_only=true, $stars_set=”crystal”, $stars_size=12);} ?>

    How can I also output the number of times the post/article has been viewed? (The related T2 templates also do not contain this parameter)

    Feedback appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter venntom

    (@venntom)

    Function call has been corrected to:
    <?php if (function_exists(‘wp_gdsr_render_article’)) {
    wp_gdsr_render_article($template_id=0, $read_only=true, $stars_set=”crystal”, $stars_size=12);} ?>

    But my question regarding the output of number of views remains

    Thread Starter venntom

    (@venntom)

    Any useful thoughts from anybody?
    Rgds, Tom

    Hi Tom, I’m looking for exactly the same. Have you found a solution yet?
    It would be really nice to be able to display the number of times an article has been viewed.

    olorin

    (@olorin)

    Hi,

    I,m looking for the exact opposite. Anyone know how to kill the article views log ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: GD Star Rating] Display the number of times an article has been viewed’ is closed to new replies.