Amnolith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help making custom field query (category custom field)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
In reply to: [IP.Board Comments] Announcement for IP.Board Comments for WordPressIs it working with 3.2?
Forum: Hacks
In reply to: Adding a download link below am image in the galleryBumping 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
In reply to: Suggest idea not allowing you to add an ideaThis seems to have been fixed now, the fields are showing again. Thanks
Forum: Hacks
In reply to: Adding a download link below am image in the galleryThis should be fairly simple and I would really appreciate if someone could help.
Forum: Requests and Feedback
In reply to: Suggest idea not allowing you to add an ideaHere 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
In reply to: Suggest idea not allowing you to add an ideano effect and as I explained it is the same on several browsers
Forum: Requests and Feedback
In reply to: Suggest idea not allowing you to add an ideaI 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
In reply to: Suggest idea not allowing you to add an ideaos x latest, firefox latest and yes I am logged in since I can post here ??
you guys need a screenshot?
https://img155.imageshack.us/img155/9240/examplemp.pngThanks 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.
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
In reply to: Suggest idea not allowing you to add an ideano 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">