WPIntell

Source evidence

Views?

Easy · support · 2016-04-13T23:27:00+00:00

complaintsentiment
mediumseverity
0.86relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 27 rows with source links

14.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Stacy (non coder) unresolved
So is this just a post list widget where I choose which meta is in it? Are comments in views to show the # of comments on a post in the widget? Is there an option to show the # of views of for the post? https://wordpress.org/plugins/easy/ hello, nope, there is no settings for number of comments you would like to see. That depends on the general setting ../wp-admin/options-discussion.php nope. number of post views are out of scope of this plugin. Number of post views for each post exclusively, are wrong from the performance side of view. Plus they are not WP native, and the Easy widget is based mostly on WP native functions. Even though shortcodes could show views on the post page itself? short codes can do many crazy tricks .. you can even use shortcodes in the EASY plugin. Use the View>shortcode brick for that matter. So if I have a shortcode for “views” I can’t use it with this to show the views for that post in the loop? You can do what ever the shortcode does. What you basically do in that case is that you build the output by shortcode and controlled somehow by the Easy control logic.. the show on post id , or show on such and such page type will work, but surely you won’t control custom types and such, is it will be beaten by the shortcode it self i suppose. if you do not need the Control logic offered by Easy, use the native text widget, that should be enough.

Comments

5 shown
2046 2016-05-06T12:57:00+00:00

hello, nope, there is no settings for number of comments you would like to see. That depends on the general setting ../wp-admin/options-discussion.php nope. number of post views are out of scope of this plugin. Number of post views for each post exclusively, are wrong from the performance side of view. Plus they are not WP native, and the Easy widget is based mostly on WP native functions.

Stacy (non coder) 2016-05-18T22:04:00+00:00

Even though shortcodes could show views on the post page itself?

2046 2016-07-13T21:32:00+00:00

short codes can do many crazy tricks .. you can even use shortcodes in the EASY plugin. Use the View>shortcode brick for that matter.

Stacy (non coder) 2016-07-14T02:18:00+00:00

So if I have a shortcode for “views” I can’t use it with this to show the views for that post in the loop?

2046 2016-07-14T06:53:00+00:00

You can do what ever the shortcode does. What you basically do in that case is that you build the output by shortcode and controlled somehow by the Easy control logic.. the show on post id , or show on such and such page type will work, but surely you won’t control custom types and such, is it will be beaten by the shortcode it self i suppose. if you do not need the Control logic offered by Easy, use the native text widget, that should be enough.