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

    (@hcabrera)

    Hi there,

    Easy: check the info about the shortcode on the Installation section ??

    Thread Starter helder.miranda.22

    (@heldermiranda22)

    hello.

    <? php if (function_exists (‘wpp_get_mostpopular’)) wpp_get_mostpopular ();?>
    I am using this code ams this code does not give me the same post that I have the widget’s beside the sidebar.

    Already now as I enter the passage on “page read more” not in sidebar

    Thread Starter helder.miranda.22

    (@heldermiranda22)

    <?php if (function_exists(‘wpp_get_mostpopular’)) wpp_get_mostpopular(“range=all-time&order_by=views”); ?>

    This code already this give me something but I wanted the views of the last 24 hours that the methodological range?

    Plugin Author Hector Cabrera

    (@hcabrera)

    To get the most viewed in the past 24 hours, try this:

    <?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular("range=daily&order_by=views&stats_views=1"); ?>

    Thread Starter helder.miranda.22

    (@heldermiranda22)

    Good afternoon.

    I am using the following code <?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular("range=daily&order_by=views&excerpt_length=55"); ?>
    this give me the title and numro of comments ..

    But what I wanted was the title and excerpt.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Use plugin in page’ is closed to new replies.