• Resolved moxymore

    (@moxymore)


    Hi there,

    I wonder if your plugin is able to display a list, filtered with custom post-types AND multiple terms?

    Since 1.3, it seems possible, but I don’t see any screenshot in order to see the possibility of filtering options.

    Moreover, I wonder if we are able to add our own png file (for a like system only, I don’t need more).

    Have a nice day. I really consider to buy the pro version, if the requested features are available, btw…

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Milan Petrovic

    (@gdragon)

    Hi,

    The plugin has own query object that can filter ratings by post type and terms, but you can also use a normal WP_Query object if you need to order posts by rating. My plugins query object is made for ratings and it is not as near as complex as WP_Query is, but it can filter by more than one term (ratings that belong to any of the provided terms).

    You can add custom image sets for any of the rating methods. Pro plugin includes additional downloads with PSD sources for all rating images (so you can used them as template for making your own images) and also includes example plugins on how to add your own images to the plugin. And, you can add your own custom font icons (again, there are example plugins to get started).

    Regards,
    Milan

    Thread Starter moxymore

    (@moxymore)

    Hi,

    I’m kinda confuse about your own query object VS the standard WP_Query object. I don’t get it. If your plugin can filter ratings by post types and terms, it means it will display a list (ordered) of ratings and where this rating is attached (the post, in order to have a link, isn’t it?).

    In addition to this, I need to attach to this list something like the_title(), the_exerpt(), the_thumbnail()… but dynamically via shortcode. I don’t want to put a write a manual query in my php files each times I write an article (because there will be a lot of different queries).

    In short, just tell me if it is possible to make an ordered list via shortcode including a post, its related ratings, its thumbnails (and accessorily its exerpt), the overall being filtered with several custom taxonomies.

    Plugin Author Milan Petrovic

    (@gdragon)

    Ratings are stored in separate tables in the database.

    Plugin includes shortcodes you can use inside posts.

    What you need can be done via shortcode to display list of static ratings, but these ratings are not active for voting, these are list of ratings results. Pro version supports shortcode list filtering, free does not. Template for displaying the shortcode results can be modified to display thumbnails and other things.

    Milan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Question about a PRO feature’ is closed to new replies.