techstar
Forum Replies Created
-
Forum: Plugins
In reply to: Any quicker way to find the Image identifier number?Thanks for the suggestion esmi.
I’ve tried both of those plugins, they claim to show media IDs but to my disappointment they do not… hmm
Forum: Plugins
In reply to: Would like to modify the standard WP GalleryWas able to search based on this information you gave me and found the following: http://wordpress.org/support/topic/174564?replies=14
and
http://www.walkernews.net/2009/04/17/how-to-create-image-template-file-for-the-classic-wordpress-theme/This has helped alot.
My last question is when excluding an image from the gallery insert on the post page, example [gallery exclude="70052"]
The excluded image still appears in the list of images within the custom galleries image.php
I’m using this code to show the thumbnails:
<?php $post_parent = get_post($post->ID, ARRAY_A); $parent = $post_parent['post_parent']; $attachments = get_children("post_parent=$parent&post_type=attachment&post_mime_type=image&orderby=menu_order ASC, ID ASC"); foreach($attachments as $id => $attachment) : echo wp_get_attachment_link($id, 'thumbnail', true); endforeach; ?>And is there a way to include the post excerpt on the gallery page? The standard <?php the_excerpt(); ?> does not display the information.
Forum: Plugins
In reply to: Would like to modify the standard WP GallerySorry? What would be the difference between an image that you wanted to exclude and an image that you didn’t?
Well the way it works now is it includes all images uploaded to that post in the gallery. But say one of the images is a custom sized thumbnail and not a full size image for the gallery. I would like this image to be removed some how?
Create a image.php template file and use the next_image_link and previous_image_link tags.
Ahh, ok I will play with that, thank you.
that’s it. thank you
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Broken release… do not install – NUKEYou can get the old release from here if you do not have it any longer, since wordpress does not offer any type of release tree: http://rapidshare.com/files/287840195/stats.1.5.zip.html
Forum: Plugins
In reply to: WP stats not working after upgrade to 1.5.1Downgrade immediately… you can get the old release from here if you like: http://rapidshare.com/files/287840195/stats.1.5.zip.html
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Stats graph has disappearedsame here, latest version of WP… seems that there is also an issue with the API key
Forum: Fixing WordPress
In reply to: Tabs highlight issue with static pages set in Settings > Reading$5 to paypal if anyone can figure this out. Been at it for several hours now. Thanks
Forum: Fixing WordPress
In reply to: Tabs highlight issue with static pages set in Settings > ReadingIs there something in Codex on this? I looked but had no luck finding anything.
Forum: Fixing WordPress
In reply to: Tabs highlight issue with static pages set in Settings > ReadingI don’t think that is the issue.
Shift+Reload works the same on mac since we don’t have ctrl+f5.
Thanks anyhow esmi
Forum: Fixing WordPress
In reply to: Tabs highlight issue with static pages set in Settings > ReadingOk thanks.
That didn’t seem to change anything.
Forum: Fixing WordPress
In reply to: Tabs highlight issue with static pages set in Settings > ReadingIs there a better place to post these types of issues? Please advise, thanks.