Title: doorframe's Replies | WordPress.org

---

# doorframe

  [  ](https://wordpress.org/support/users/doorframe/)

 *   [Profile](https://wordpress.org/support/users/doorframe/)
 *   [Topics Started](https://wordpress.org/support/users/doorframe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/doorframe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/doorframe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/doorframe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/doorframe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/doorframe/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/doorframe/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/doorframe/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [thumbnail antialias](https://wordpress.org/support/topic/thumbnail-antialias/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/thumbnail-antialias/#post-723079)
 * For what it’s worth, my 2.5 has been properly creating thumbnails that are the
   proper size:
 * [http://www.rumorsdaily.com/tag/galleries/](http://www.rumorsdaily.com/tag/galleries/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Navigation](https://wordpress.org/support/topic/gallery-navigation/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/gallery-navigation/page/2/#post-721879)
 * You’d have to change wp_get_attachment_link() located in post-template.php from
   this:
 * `return "<a href='$url' title='$post_title'>$link_text</a>";`
 * to this:
 * `return "<a href='$url' title='$post_title'>$post_title</a>";`
 * I think. I haven’t tried that myself, but it should work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Navigation](https://wordpress.org/support/topic/gallery-navigation/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/gallery-navigation/page/2/#post-721796)
 * Also, if you switch ASC to DESC you can pull the last image instead of the first,
   or you can use it to pull two different images.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Navigation](https://wordpress.org/support/topic/gallery-navigation/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/gallery-navigation/page/2/#post-721770)
 * onedeep, good job! That works to pull the first image and properly link it to
   the gallery. You’re a hero.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Navigation](https://wordpress.org/support/topic/gallery-navigation/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/gallery-navigation/#post-721723)
 * I was wrong, this line of code used in index.php:
 * `<?php previous_image_link() ?>`
 * shows the last image uploaded into a gallery (or something) not the last image
   uploaded into the gallery associated with a particular post. So, as you upload
   new images, this image will change. Not what I wanted.
 * Back to the drawing board. Someone email Ma.tt.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [New 2.5 editor is a disaster](https://wordpress.org/support/topic/new-25-editor-is-a-disaster/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/new-25-editor-is-a-disaster/#post-721708)
 * No smilies!?!? Oh, the humanity.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [What happens if we don’t want to use 2.5?](https://wordpress.org/support/topic/what-happens-if-we-dont-want-to-use-25/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/what-happens-if-we-dont-want-to-use-25/#post-724020)
 * What’s wrong with the backend?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Copyright of content of blogs????](https://wordpress.org/support/topic/copyright-of-content-of-blogs/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/copyright-of-content-of-blogs/#post-720104)
 * Google/Blogger is not the same as WordPress.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Timezone / post time / scheduled post issue](https://wordpress.org/support/topic/timezone-post-time-scheduled-post-issue/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/timezone-post-time-scheduled-post-issue/#post-722747)
 * I noticed that when I saved a post, the time it indicated was correct, but when
   the post saved itself automatically, it was using the wrong time zone. It seemed
   like a minor bug, but a bug nonetheless.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Image Upload faulty](https://wordpress.org/support/topic/image-upload-faulty/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/image-upload-faulty/#post-724016)
 * I often, though not always, have uploads freeze during “crunching” and then nothing
   happens.
 * Also, sometimes when uploads freeze and I exit out of the upload process, I lose
   all the images that were in the gallery, even if they were uploaded during a 
   previous session.
 * Image uploads is seriously broken.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2.5 image gallery uploads are unreliable](https://wordpress.org/support/topic/25-image-gallery-uploads-are-unreliable/)
 *  Thread Starter [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/25-image-gallery-uploads-are-unreliable/#post-722742)
 * Something that would be nice, would be the ability to re-start stalled uploads
   at the point of failure. This way, if it freezes, we don’t have to figure out
   which files made it and which ones didn’t, we can just hit “continue” and the
   transfer will attempt to start again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Navigation](https://wordpress.org/support/topic/gallery-navigation/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/gallery-navigation/#post-721671)
 * Ok, if you use the Asides trick linked above, you can create a special appearance
   for your image gallery posts. If you put the following in, it will display the
   FINAL image from your gallery with a link to that image (not the gallery):
 * `<?php previous_image_link() ?>`
 * The next_image_link does not work. The next step to recreate Matt’s thing would
   be to modify media.php to display the image without the link so we can link back
   to the gallery. I guess you’ll have to create a new function.
 * My program skills are weak, but I can read it enough to modify what already exists.
   This shouldn’t be too hard.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Navigation](https://wordpress.org/support/topic/gallery-navigation/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/gallery-navigation/#post-721668)
 * Though, admittedly, I don’t know what he’s doing to pull an exemplary image from
   the image gallery… Hmm…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Navigation](https://wordpress.org/support/topic/gallery-navigation/)
 *  [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/gallery-navigation/#post-721665)
 * Matt’s using some variant on the Asides trick:
 * [http://codex.wordpress.org/Adding_Asides](http://codex.wordpress.org/Adding_Asides)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Find the Tag ID](https://wordpress.org/support/topic/find-the-tag-id/)
 *  Thread Starter [doorframe](https://wordpress.org/support/users/doorframe/)
 * (@doorframe)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/find-the-tag-id/#post-685429)
 * I found a roundabout way to do it for non-programmers. If you set up a tag cloud,
   the source code will indicate the ID numbers of each item in the cloud in the
   class name, such as “class=’tag-link-27′.”

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/doorframe/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/doorframe/replies/page/2/?output_format=md)