rroland
Forum Replies Created
-
Forum: Plugins
In reply to: Download database pluginOps I forgot to add the link text, sorry for that.
Forum: Themes and Templates
In reply to: Show last 5 posts with tag XY and with first image in the postThank you again! I found the solution!
I tried to edit code to use unique image size, but its not working.
I added to functions.php:
if ( function_exists( 'add_image_size' ) ) { add_image_size( 'sidebar-thumb', 200, 120, true ); }Everything ok, it generates the new image with the good size but when I change the ‘thumbnail’ to ‘sidebar-thumb’ nothing change. Whats wrong?
Forum: Themes and Templates
In reply to: Show last 5 posts with tag XY and with first image in the postThank you, so its only works with a plugin? get_the_post_thumbnail only grabs the featured image if its uploaded? Whats the difference between the_post_thumbnail and get_the_post_thumbnail?
Forum: Themes and Templates
In reply to: Show last 5 posts with tag XY and with first image in the postI have posts with featured tag. I just added a featured image and I see it but I want to show the first image in the post, not the featured image. Is it possible?
Forum: Themes and Templates
In reply to: Show last 5 posts with tag XY and with first image in the postI would like to list the last 3 items, I dont need pagination. The output is nothing. Is it show only the featured image or the first image in the post?
- is not in the loop.