Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Leo Fajardo

    (@leorw)

    Hi @rolandasza,

    Sorry, it’s not supported out of the box. I have added it to our TODOs list.

    Thread Starter RolandasZa

    (@rolandasza)

    Thanks for your reply.
    How can I do it manually? I believe I have to change code below, that’s in rw-top-rated-widget.php file

    <p>
    <label
    for="rss-items-<?php echo $values["{$type}_order"]; ?>"><?php _e( "Order", WP_RW__ID ); ?>										:									<select id="<?php echo $this->get_field_id( "{$type}_order" ); ?>"
    name="<?php echo $this->get_field_name( "{$type}_order" ); ?>">
    <option
    value="DESC"<?php echo( $values["{$type}_order"] == "DESC" ? "selected='selected'" : '' ); ?>>
    BEST (Descending)
    </option>
    <option
    value="ASC"<?php echo( $values["{$type}_order"] == "ASC" ? "selected='selected'" : '' ); ?>>
    WORST (Ascending)
    </option>
    </select>
    </label>
    </p>

    Thanks a lot ??

    Thread Starter RolandasZa

    (@rolandasza)

    Hi @leorw,

    Have you added it in new release?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show rated posts in sidebar widget by random’ is closed to new replies.