1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Urgent- how to change View Place of Plugin

Discussion in 'WordPress' started by Devprakash, Dec 8, 2009.

  1. #1
    I just Install a Plugin Number of View on my wordpress blog name movieplace.in, in this blog post number of view is showing in the bottom of the post. but i want to change it place. I want it to show below Title. so user can easily know how much time this topic has been view.

    Please suggest me how to solve this.


    Devprakash
     
    Devprakash, Dec 8, 2009 IP
  2. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #2
    Open hitcount.php in plugin directory, find function displayhitcount($content){ ... } and in the function change
    $content = $content. "number of view: ".$hits;
    Code (markup):
    to
    $content = "number of view: ".$hits.$content;
    Code (markup):
     
    s_ruben, Dec 8, 2009 IP