Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi Pankaj!

    Well, it depends.

    WPP orders the posts by either views count or comments count automatically, there’s no way to keep a determined post / page at the top unless it receives lots of visits / comments.

    However, if you’re not displaying the views count nor the comment count, you could modify the HTML output of the plugin and hardcode the link of your money making page at the top of the list. If this is your case, I can show you how to ??

    Thread Starter Pankaj Solanki

    (@solankipankaj2010)

    Thank you Hector,
    You guessed it right, that was exactly what I wanted.
    Just tell me how to modify HTML output ??

    Plugin Author Hector Cabrera

    (@hcabrera)

    Alright, try the following:

    1. Go to Widgets > WordPress Popular Posts and enable the Custom HTML markup option.
    2. Under “Before / after Popular Posts” change this:

      <ul class="wpp-list">

      into:

      <ul class="wpp-list"><li><a href="URL-TO-YOUR-PAGE" title="TITLE OF YOUR PAGE">TITLE OF YOUR PAGE</a></li>

    3. Hit the Save button.

    Make sure you change URL-TO-YOUR-PAGE and TITLE OF YOUR PAGE.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My money making page as most popular page’ is closed to new replies.