The thumbnails tag has no wiki summary.
0
votes
1answer
489 views
Show image in excerpt post. Image not displaying
I am editing a costum theme. I was trying to add excerpt to the homepage. The homepage is costum.
The excerpt show just fine but the image refuses to be displayed it seems.
This is my code:
$args = ...
1
vote
1answer
344 views
How to disable multiple thumbnail generation?
Tried setting the thumbnail size, but left medium + large to 0 0 to disable them, still all 3 were generated. Is there anyway to selectively disable these via functions.php?
0
votes
1answer
248 views
Excerpt Problems
On a theme I'm working on I want a div which expands to 100% height of the outer div (which I will put around the thumbnail). The purpose of this is to move text further to the right to be aligned as ...
1
vote
1answer
123 views
Query the post which have a thumbnail
I've got a highlight section on the header of my website which shows the title and the thumbnail of the last X posts having a thumbnail.
Is there any custom query which allows me to retrieve only the ...
0
votes
2answers
599 views
Exclude Multiple Post Thumbnails From Post Attachments
i am trying to exclude multiple post thumbnails from attachments.
i have the following thumbnails setup in my functions.php:
$thumb = new MultiPostThumbnails(array(
'label' => 'Client Logo',
...
1
vote
2answers
329 views
Post thumbnail not working after regenerate
I have this setting in function.php
add_image_size( 'thumbnail-gallery', 185, 185, true );
It will display a square picture.
Everything is fine before I regenerate new size using "Regenerate ...
0
votes
1answer
519 views
Replace TimThumb in existing WordPress Themes
I'm sure most are aware of the most recent Timthumb issues. I know they have put a band-aid on the problem, but I really don't care for the script for several reasons. Before I started building my ...
0
votes
1answer
306 views
Broken thumbnails (sometimes) with TimThumb
Reinstalled theme with latest version of TimThumb (was previously effected by the vulnerability issue). Now most of my thumbnails work, but some do not. My theme relies on this plugin, so I'm not sure ...
1
vote
1answer
75 views
Custom Post Type And “fopen”
Never posted here but since I can't find a solution on my own, let's abuse your kindness!
I'm adding some custom post types through my theme.
The first custom type works like a charm, but as soon as ...
3
votes
3answers
1k views
Can I attach a document (eg: PDF) but have a JPEG as a thumbnail?
Is there a built-in feature or plugin that allows you to attach a document to a post or page such that the actual attachment file is one thing (eg a PDF) but the thumbnail images are another (eg a ...
0
votes
2answers
850 views
thumbnail image in Facebook share shows only for the first post [closed]
I realised that I have a strange problem when I try to share a post in facebook.
From all my posts, only for the first post I created the thumbnail image shows for when I try to share the link in ...
0
votes
2answers
1k views
Thumbnail for categories / taxonomies plugin?
I'm looking for a nice way to attach an image as a thumbnail to a category. No plugin that I found does this.
I have a category loop and it would nice to display a category thumbnail, not just the ...
1
vote
3answers
286 views
Implementing a tricky wordpress menu (nested categories + thumbnails)
I'm trying to make a layered wordpress menu, out of categories. Here's how it's going to look:
I have no clue how to develop this, can't do it with get_posts (not sortable by parent/children), or ...