Héctor Cabrera
Héctor Cabrera
Alright, took a little while but I just pushed a new branch called [this-x-time-ranges](https://github.com/cabrerahector/wordpress-popular-posts/tree/feature/this-x-time-ranges) that implements new time ranges as stated on this comment. Branch: https://github.com/cabrerahector/wordpress-popular-posts/tree/feature/this-x-time-ranges PR: https://github.com/cabrerahector/wordpress-popular-posts/pull/395 Please give...
Ah, forgot to mention that haha @grantbarrett With this change, the `range` parameter now accepts the following values: `today`, `thisweek` and `thismonth`. For example: ``` [wpp header='Popular Today' range='today'] [wpp...
Yes, that shortcode will display the most viewed posts of this month _regardless of their publication date_. If you want it to only list the most viewed posts that were...
Don't worry about it, it's fine. I'll look into adding a `thisyear` option, shouldn't be too much of an issue and I'm sure other people will want to have it...
Since I haven't heard back from you @grantbarrett in a while I take it that the current-time-range feature is working as expected? :P By the way, I just updated the...
Oh, so sorry to hear that. Hope you feel better!
[wpp] shortcode won't render the excerpt unless we explicitely add it to the HTML code via post_html
See: https://wordpress.org/support/topic/post-excerpt-not-displaying-2/
[wpp] shortcode won't render the excerpt unless we explicitely add it to the HTML code via post_html
Fixed (by accident) in d2a69c8.
Duplicate of #1317