Shazzad Hossain Khan
Forum Replies Created
-
Forum: Plugins
In reply to: [W4 Post List] dropdown menuGo to w4 post list page, and create a new list. Set these values –
List Type > Post Type: Posts
List Type > Preset: Custom
Posts > Post type: Posts (check)
Posts > Post status: Publish
Posts > Items per page: -1
Template:<select>[posts] <option value=[post_permalink]>[post_title]</option> [/posts]</select>
Save it. Then use the shortcode or Post list widget to display this on frontend.
Forum: Reviews
In reply to: [W4 Post List] Replacement for Toolset ViewsThanks Joona ??
Forum: Plugins
In reply to: [W4 Post List] Error with GroupsThank you very much for your effort. Now i was able to trace the issue. Will update asap.
Forum: Plugins
In reply to: [W4 Post List] Exclude last (latest/newest) 3 postsHi,
For this, you can use
Offset
&Maximum items
settings accordingly.If you are showing newest posts (sorted by publish date, descending), and want to skip first three, enter 3 in the Offset field.
And when showing oldest posts (sorted by publish date, ascending), and want to skip last three post, then enter 97 on the Maximum items field (considering you have 100 posts).
Forum: Plugins
In reply to: [W4 Post List] Error with GroupsCan you please provide specific step to reproduce this ? I wasn’t able to product it.
Could it be a conflict with other plugin/theme ?
Forum: Plugins
In reply to: [W4 Post List] Cannot edit list in WP 5.5New update released to fix this issue. Let me know if it works after update.
Forum: Plugins
In reply to: [W4 Post List] Cannot edit list in WP 5.5Thanks for informing.
.live is a depreciated jQuery function. I will update our plugin with alternative solution. You can expect update tomorrow.
Forum: Plugins
In reply to: [W4 Post List] List based on aggregate view count from specific date?Hi Frank,
If the post view count since specific date is stored inside postmeta, plugin can display it.
For example:
Meta key = ‘views_since_jan_2020’
Meta value = 4000That means the aggregated data needs to be calculated & stored prior to perform the query.
Forum: Reviews
In reply to: [W4 Post List] Love This Plugin!Thank you very much John ??
Forum: Plugins
In reply to: [W4 Post List] Plugin file child themeI will make the view translatable in future.
Rather than using
[title]
, use[post_title]
with[post_permalink]
.<a class="post-title" href="[post_permalink]" title="View [post_title]">[post_title]</a>
Forum: Plugins
In reply to: [W4 Post List] Stripping shortcodesHi,
I couldn’t reproduce the issue. Could you provide some reference, screenshots ?Forum: Plugins
In reply to: [W4 Post List] Own Post author postsHi Pablo,
Recent release will solve this issue. Thanks for reporting.
Forum: Plugins
In reply to: [W4 Post List] Stripping shortcodesI had release an update.
strip_shortcodes
should be working fine now. As well aspost_thumbnail
should also be fixed. For future, useoutput
parameter rather thanreturn
. Right nowreturn
will work as fallback.Forum: Plugins
In reply to: [W4 Post List] Stripping shortcodesI have added a new param
strip_shortcodes
on the [post_excerpt] shortcode. Use it like this –[post_excerpt strip_shortcodes="1"]
The file
list.php
was from the older version of the plugin, which doesn’t not exists on the new version.Can you please delete the plugin and install again ?
Note: Deleting the plugin won’t delete any of the list you had created.