Tagged Questions
0
votes
2answers
30 views
Additional image sizes are not being generated
When I upload an image through the admin interface, the image is only saved at full-size. The other sizes are configured to their default values in Settings > Media. The automatic resized versions are ...
-1
votes
1answer
220 views
PHP-Code inside Href-Tag
I have include PHP-Code inside a href-tag – and it doesn’t work!
<?php $image = get_post_meta($post->ID, 'image_medium', true);
if ( $image != '' ) {?>
<a href="<?php ...
0
votes
2answers
144 views
Thumbnails appear to be zoomed
Im using a theme which has my thumbnais set to 150x150px. But after installing plugin (just too check it out) I noticed it displays them correctly, but the default thumbnails are zoomed in. Can ...
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 ...