Tagged Questions
0
votes
1answer
58 views
Thumbnails for media Library images
I have somee Item in the media library, where I want to retrieve the thunbnail from.
I use the normal post thumbnail functions (tried some of them), with normal posts or cpts's the work fine.
As ...
2
votes
1answer
166 views
How to List Thumbnails based on Custom Categories
I need to list(display) all thumbnails from my Custom Post Types in a page template based on product categories. For Example I have a Custom Category called "Art" and some images(Custom Post Type) ...
0
votes
2answers
2k views
Set first image (external) as featured image / thumbnail
I've read through a lot of code snippets now and it seems like wether I'm to stupid or there is no solution for this.
I have a setup where some information for a product is loaded via amazon API if I ...
1
vote
3answers
2k views
Add post thumbnail from external image with plugin
I'm currently writing a plugin modifying the post content with the wp_insert_post_data filter. While doing that I would also like to add a post thumbnail using an external image url. It doesn't really ...
2
votes
1answer
708 views
Check for featured image in WP_Query
Is there a way to filter posts by featured image when initialising a WP_Query object?
Example
$my_query = WP_Query(array("has_thumbnail"=>true));
or, more ideally
$my_query = ...
3
votes
2answers
2k views
Using add_theme_support inside a plugin
I've created a custom post type as a plugin and released it into the repository. One of the core features involves using a featured image. I've added thumbnail to $supports in register_post_type(), so ...
1
vote
3answers
969 views
Any Short code Availble for Get Post List With Thumbnail Plugin?
Any Short code Availble for Get Post List With Thumbnail Plugin? or else how to Create Short code for this Particular plugin?
Thank u in Advance.