Title: ReflectionMedia's Replies | WordPress.org

---

# ReflectionMedia

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

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

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Radom Link from one category](https://wordpress.org/support/topic/radom-link-from-one-category/)
 *  [ReflectionMedia](https://wordpress.org/support/users/reflectionmedia/)
 * (@reflectionmedia)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/radom-link-from-one-category/#post-2157706)
 * This should do the trick.
 *     ```
       <?php
       $args = array( 'numberposts' => 1, 'orderby' => 'rand', 'category' =>21 );
       $rand_posts = get_posts( $args );
       foreach( $rand_posts as $post ) : ?>
       <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
       <?php endforeach; ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Version numer isn't appearing on a plugin I've just uploaded in the repository](https://wordpress.org/support/topic/version-numer-isnt-appearing-on-a-plugin-ive-just-uploaded-in-the-repository/)
 *  Thread Starter [ReflectionMedia](https://wordpress.org/support/users/reflectionmedia/)
 * (@reflectionmedia)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/version-numer-isnt-appearing-on-a-plugin-ive-just-uploaded-in-the-repository/#post-2030719)
 * Figured it out eventually. Wrote a blog post about it:
    [http://www.cozmoslabs.com/2011/04/14/svn-eol-and-the-wordpress-org-repository/](http://www.cozmoslabs.com/2011/04/14/svn-eol-and-the-wordpress-org-repository/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Version numer isn't appearing on a plugin I've just uploaded in the repository](https://wordpress.org/support/topic/version-numer-isnt-appearing-on-a-plugin-ive-just-uploaded-in-the-repository/)
 *  Thread Starter [ReflectionMedia](https://wordpress.org/support/users/reflectionmedia/)
 * (@reflectionmedia)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/version-numer-isnt-appearing-on-a-plugin-ive-just-uploaded-in-the-repository/#post-2030469)
 * So apparently the WordPress.org svn converts my EOL from Windows to Mac and because
   of that you get “The plugin does not have a valid header.”
 * Anyone has any ideas on what to do about it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to get list custom taxonomy terms for specific taxonomy](https://wordpress.org/support/topic/how-to-get-list-custom-taxonomy-terms-for-specific-taxonomy/)
 *  [ReflectionMedia](https://wordpress.org/support/users/reflectionmedia/)
 * (@reflectionmedia)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/how-to-get-list-custom-taxonomy-terms-for-specific-taxonomy/#post-1462242)
 * I think that the function you need is called get_terms()
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [redirect after first login only](https://wordpress.org/support/topic/redirect-after-first-login-only/)
 *  [ReflectionMedia](https://wordpress.org/support/users/reflectionmedia/)
 * (@reflectionmedia)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/redirect-after-first-login-only/#post-1206623)
 * try replacing the plus sign with a minus 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Yet Another Related Posts Plugin] YARPP and my page number?](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-yarpp-and-my-page-number/)
 *  [ReflectionMedia](https://wordpress.org/support/users/reflectionmedia/)
 * (@reflectionmedia)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-yarpp-and-my-page-number/#post-1067288)
 * yup! there are clearly some pagination issues for this plugin. i’m using the 
   thematic theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No automatic plugin update since 2.8, even at 2.8.1](https://wordpress.org/support/topic/no-automatic-plugin-update-since-28-even-at-281/)
 *  [ReflectionMedia](https://wordpress.org/support/users/reflectionmedia/)
 * (@reflectionmedia)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/no-automatic-plugin-update-since-28-even-at-281/#post-1139869)
 * Yes, I also get this problem.
 * But if a retry a couple dozen of times, it eventually works, I think maybe some
   servers are overworked… I dunno…
 * Gabriel

Viewing 7 replies - 1 through 7 (of 7 total)