A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Custom post types not displayingHi Peter, could you check your posts and make sure that the featured image is there? Also, let me know which theme you are using.
Thanks.
You should be able to do this using the filters and writing your own extension.
Hmmm. I’m not sure if it will work in the shortcode, It might be too complicated, but the proper fields would be:
‘meta_key’ => ‘project_end_date’,
‘meta_value’ => date
but I’m not sure about these settings. key = key, value=” ‘compare’ => ‘>=’Here is a link that explains it. http://code.tutsplus.com/articles/mastering-wordpress-meta-data-querying-posts-and-users-by-meta-data–wp-34606
Let me know if that works. It probably wont. If it does, the difficult part would be getting today’s date in there with the current code.
You should be able to use debug_query=true to get a look at the resulting query.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Custom post types not displayingAssuming that this is resolved.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Category IssueGreat!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Category IssueYay! Thank you for letting me know.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Custom post types not displayingIt’s just been updated. Please email me directly [email protected] if the issue isn’t resolved. I tested this on our web site and it appears to be fixed.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Category IssueI just updated it. Please email me directly if it still doesn’t work [email protected]. Thanks so much!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Category IssueHi, it looks like I broke something in the latest release. I’ll have something within the next couple of hours!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Custom post types not displayingHi, it looks like I broke something with the latest release. I’ll have something new within the next couple of hours.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Generic image for posts with no thumbnailI can’t find documentation for this but the default thumbnail should be loaded by wordpress from here: /wp-includes/images/media/default.png. Version 5.1 should load this image properly for all posts.
I think that you still need to remove height & width from the shortcode. That’s probably overriding everything.
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] responsive grid shortcode?As a developer, I think that how to implement responsiveness is up to the designer. I did put together a pretty simple example of how to make the grid thumbnails resize responsively.
I put together an example:
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] Please fix readme.txtI moved the latest changes to above ==Arbitrary Section==