Shazzad Hossain Khan
Forum Replies Created
-
Forum: Plugins
In reply to: [W4 Post List] Order & filters are not working1. Please try this at a default environment (disable all other plugins, and switch to a default theme, ie: 2020) to make sure query isn’t being filter by external callbacks.
2. On list edit page, click on “Posts: Tax Query” tab, click “Add”, set Taxonomy as “Categories”, Operator to “Not In”, Field to “term_id” and Terms to “Comma separated category ids you want to exclude”.
3. This plugin doesn’t group articles by type (post_format).Hope this helps.
Forum: Plugins
In reply to: [W4 Post List] post edit? shortcode for templatesYou could add something like this –
<a href="https://yoursite.com/wp-admin/post.php?post=[ID]&action=edit">Edit</a>
Forum: Plugins
In reply to: [W4 Post List] Posts list not loading and W4 Post List tabs not workingCould be a JavaScript conflict with other plugin. Have you tried deactivating other plugins & switching to a default theme ?
Forum: Plugins
In reply to: [W4 Post List] Display Modified date using Default format of WordPressHi,
Use[post_date]
tag to display meks formatted date.[post_date]
tag calls the functionget_post_date()
, and meks filters the output of that function using a hook. Technically, it should work.Forum: Plugins
In reply to: [W4 Post List] advanced-custom-fields-w4-post-list-bridgeThe function needs to utilize attributes.
function w4pl_shortcode_post_field($attrs, $content) { /** @var WP_POST $post */ global $post; if (! empty($attrs['field'])) { return get_field($attrs['field'], $post->ID); } }
Forum: Plugins
In reply to: [W4 Post List] Show only one categoryEven if tax query is selected only one parent category, post_terms tag will return all of the categories associated with the post. there’s no way to achieve this right now.
Forum: Plugins
In reply to: [W4 Post List] Template and Style exemplesi have just placed my list inside a html table, the styles are coming from my theme.
Forum: Plugins
In reply to: [W4 Post List] post by author idsPablo, thanks for reporting this. i have released an update to resolve this. from now on, just use “0”.
Forum: Plugins
In reply to: [W4 Post List] Categories & Tags lists stopped workingThe issue has been fixed. All type of lists are showing fine now. Let me know if any issue persists. Thanks everyone for participating.
Forum: Plugins
In reply to: [W4 Post List] Missing listPlease try upgrading at the latest version 2.1.5.
Forum: Plugins
In reply to: [W4 Post List] Fatal error after update to 2.1.4Alright, uploaded the fix. Should be working fine now.
Forum: Plugins
In reply to: [W4 Post List] Fatal error after update to 2.1.4Thanks for reporting. Some files were renamed, i think those weren’t uploaded properly in last update. I will recheck and update.
Forum: Plugins
In reply to: [W4 Post List] Categories & Tags lists stopped workingI will look into this matter and get a fix. Thanks.
Forum: Plugins
In reply to: [W4 Post List] Stopped working after updateHi, the plugin base file name was changed from index.php to w4-post-list.php. it’s nothing serious, just re activate the plugin and it would work like earlier version.
Hi, the plugin base file name was changed from index.php to w4-post-list.php. it’s nothing serious, just re activate the plugin and it would work like earlier version.