Shazzad Hossain Khan
Forum Replies Created
-
Forum: Plugins
In reply to: [W4 Post List] Post List WidgetHi,
Weird but for some reason we are only showing
publish
ed lists on widget dropdown. I will update the plugin so that all lists are shown there.Forum: Plugins
In reply to: [W4 Post List] How can I add featured image as background ImageHello,
You can use this to show featured image as background image –
<div style="background-image: url('[featured_image output="src"]');" >...</div>
Here’s a list of available template tag –
https://w4dev.com/docs/w4-post-list/faqs/what-are-the-available-template-tags/Forum: Plugins
In reply to: [W4 Post List] select category and / orHi Holger,
You can try this – https://imgur.com/a/IpfczEP
Forum: Plugins
In reply to: [W4 Post List] Category list using ploylangHi Tejas,
Our plugin perform raw query for fetching terms. As a result, it doesn’t invoke the filter hook that polylang uses to alter query.
The time this plugin was coded, wp didn’t have a query class for terms, as like it have for posts. So we created two class for querying terms & users implementing support for pagination & meta filter.
We are hoping to migrate this soon, don’t have any estimation though.
Forum: Plugins
In reply to: [W4 Post List] Widgets: links in titleWidget title is controlled by your theme. Maybe you can use a
Text Widget
, leave the title empty, put the title inside text/content area + postlist shortcode.<h2 class="widget-title">Something</h2> [postlist id=83273]
- This reply was modified 3 years, 11 months ago by Shazzad Hossain Khan.
Forum: Plugins
In reply to: [W4 Post List] BUG: shortcode in date-query not appliedThank you very much for reporting the bug. I will include that in next update.
Forum: Plugins
In reply to: [W4 Post List] Group by dayPlugin doesn’t have any option to group posts by date. Also, expected condition (posts from today or yesterday) can not be built using the plugin.
Forum: Plugins
In reply to: [W4 Post List] Custom Meta in Meta QueryHello,
Try entering the value without double quote.
Forum: Plugins
In reply to: [W4 Post List] Category OrderHi katestrongnz, i have added solution for allowing terms order. Please update the plugin to 2.3.8.
Once updated, go to the terms list edit page, and set
Orderby
field value toTerm order
, andOrder
filed value toASC
.Check Reference Below.
https://drive.google.com/file/d/1Bor4niVKdLfVo_sEdZwoMxq6U4r1WCYr/view?usp=sharing
https://drive.google.com/file/d/1JR42zjnnDo9UmdrjUVLkcJh1Sp834DoA/view?usp=sharingForum: Plugins
In reply to: [W4 Post List] Category OrderThanks. I can see the problem. Will find a solution in couple of days.
Forum: Plugins
In reply to: [W4 Post List] Category OrderWhich plugin are you using for Custom Category Sorting ?
Forum: Plugins
In reply to: [W4 Post List] How to show a list of posts by tagHello,
Go to list edit page, find a tab named “Tax Query”. From there, select taxonomy to Post Tag and enter the id/slug/name of the tags you want to show posts from.
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.