Title: Amnolith's Replies | WordPress.org

---

# Amnolith

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need help making custom field query (category custom field)](https://wordpress.org/support/topic/need-help-making-custom-field-query-categorycustom-field/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/need-help-making-custom-field-query-categorycustom-field/#post-2892534)
 * I cam up with something like this
 *     ```
       <?php query_posts('posts_per_page=20&category_name=New York&meta_key=Location&order=DES'); ?>
   
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       	<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
       <?php $links = get_post_custom_values("Location");
       if ($links[0]!="") {
        $mykey_values = get_post_custom_values('Location');
        foreach ( $mykey_values as $key => $value )
          {
       echo $value;
       echo "<br><br>";
          }
   
       }
       ?>
       ```
   
 * but I still get duplicates as sometimes the restaurants appears two or three 
   times? What is the best way to not have duplicates in the query? Thanks in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[IP.Board Comments] Announcement for IP.Board Comments for WordPress](https://wordpress.org/support/topic/announcement-for-ipboard-comments-for-wordpress/)
 *  [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/announcement-for-ipboard-comments-for-wordpress/page/4/#post-2047920)
 * Is it working with 3.2?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Adding a download link below am image in the gallery](https://wordpress.org/support/topic/adding-a-download-link-below-am-image-in-the-gallery/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/adding-a-download-link-below-am-image-in-the-gallery/#post-1938281)
 * Bumping this in search of a solution…still trying to find a way to have a link
   to download images below their picture in the gallery. I believe the file that
   needs changes is media.php but I have no idea what code to add and where to simply
   have a link just like clicking the image but instead of an image a link.
 * Thanks in advance
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Suggest idea not allowing you to add an idea](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/page/2/#post-1903335)
 * This seems to have been fixed now, the fields are showing again. Thanks
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Adding a download link below am image in the gallery](https://wordpress.org/support/topic/adding-a-download-link-below-am-image-in-the-gallery/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/adding-a-download-link-below-am-image-in-the-gallery/#post-1938153)
 * This should be fairly simple and I would really appreciate if someone could help.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Suggest idea not allowing you to add an idea](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/#post-1903293)
 * Here as shown in the code I posted the server is sending the page without the
   form code. Please look into this
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Suggest idea not allowing you to add an idea](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/#post-1903292)
 * no effect and as I explained it is the same on several browsers
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Suggest idea not allowing you to add an idea](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/#post-1903144)
 * I am not sure why the browser should be relevant when the code sent is actually
   missing html the form part. I also tested this on chrome and safari and get the
   same result.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Suggest idea not allowing you to add an idea](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/#post-1903143)
 * os x latest, firefox latest and yes I am logged in since I can post here 🙂
 * you guys need a screenshot?
    [http://img155.imageshack.us/img155/9240/examplemp.png](http://img155.imageshack.us/img155/9240/examplemp.png)
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Gallery – Allow individual named folders instead of all in one by date](https://wordpress.org/support/topic/gallery-allow-individual-named-folders-instead-of-all-in-one-by-date/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/gallery-allow-individual-named-folders-instead-of-all-in-one-by-date/#post-1903139)
 * Thanks for the suggestion about that plugin but it does only extend the upload
   folder path to categories within the already year/month/path ie /%year%/%month%/%
   post_categories%
 * I know WP is great and don t get me wrong I am not complaining, I am only trying
   to make the case for improving the way media is stored by proposing to add an
   option to be able to either store images in a year/month folder or in a custom
   folder at the root like Photos or monuments or vacations or anything else so 
   that all images in a certain category can all be found in one single place.
 * During the last thread with the dev about giving ideas I saw a couple people 
   mentioning the same issue because they also manage tons of media via wordpress
   and the year/month style is not efficient anymore.
 * Again, not complaining and just trying to support the case for providing the 
   option because there is a demand. Or maybe I need to find someone to make a plugin
   just for that maybe…it just seemed to me that the year/month paradigm is outdated.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Gallery – Allow individual named folders instead of all in one by date](https://wordpress.org/support/topic/gallery-allow-individual-named-folders-instead-of-all-in-one-by-date/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/gallery-allow-individual-named-folders-instead-of-all-in-one-by-date/#post-1903116)
 * But that is the point, one should not have to use a plugin to do that. Furthermore
   the nextgen gallery plugin is not a really good gallery plugin compared to Prettyphoto
   for example.
 * Prettyphoto makes the gallery look very nice imo but relies on wordpress for 
   the location of the images. Nextgen gallery is not as pretty and also more complicated
   to setup.
 * The point I was trying to make was that I don t understand why stuffing all images
   per dates only and not allow an option of putting certain images physically in
   a category or folder. If one moves from WordPress to another system for example
   and you want to find all the pictures of New York, how do you do when you have
   200 folders and subfolders or images instead of a single folder called /gallery/
   newyork/
 * just saying
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Suggest idea not allowing you to add an idea](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/)
 *  Thread Starter [Amnolith](https://wordpress.org/support/users/amnolith/)
 * (@amnolith)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/suggest-idea-not-allowing-you-to-add-an-idea/#post-1903084)
 * no it is not showing at all and cuts right below the PROPOSE AN IDEA, the footer
   just shows after, I looked at the code and you only have the H2 tags before the
   footer…no form
 *     ```
       <div class="col-10 col-5-double">
       	<h2 class="post-form">Propose an Idea</h2>
       </div>
   
       		</div>
       	</div>
       </div>
   
       <br class="clear" />
   
       <div id="footer">
       ```
   

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