iconico
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Can I Show New Comments First?thanks demonboy!
what i did, and it works fine, i simply replaced
<?php foreach ($comments as $comment) : ?>with
<?php foreach (array_reverse($comments) as $comment) : ?>now the newest comments are on the top!
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Sorting Gallery Not Saving on WP 2.8Could it be related with the PHP version running on our server? I know my hosting place doesn’t have PHP 5…
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Sorting Gallery Not Saving on WP 2.8Hi Alex: I did like Ascension2010 and deactiveated all plugins, and tried to sort a gallery but it didn’t work.
I am still in need of help with that sorting issue. Anybody else with the same problem?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Sorting Gallery Not Saving on WP 2.8Same problem here: I was testing with WP 2.7.1 and everything was perfect with that great NextGen plugin. But after my upgrade to 2.8, I realized that I can’t sort my galleries anymore: when I click on “Update Sort Order”, it just goes back to the Unsorted default…
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Ability to sort images in a galleryThat button is right after the section “Gallery Settings” with the “Save Changes” button. That section can be found when you try to manage one of your own gallery.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Ability to sort images in a galleryWell, there is a way to sort images by ID, filename, Alt/Text, Date/Time: go to Manage gallery / YourGallery and click on the Sort Gallery button.
My only problem is that when I click on Update Sort Order, it goes back to the Unsorted default… Maybe you’ll be more lucky!
😉Forum: Fixing WordPress
In reply to: Previous/Next Post in Category?Same request here too!
I would love to be able to do exactly the same thing: different of ways of navigating through posts depending of where the user comes from… Is there a way to do that???