flamingmonk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: The uploaded file could not be moved ??!!If you have tried all of the methods listed in the forums and still can’t get your uploads to work, don’t panic. You are NOT crazy.
I opened a support ticket with my hosting company and asked them to check my permissions, etc. They replied:
I’ve updated your website’s upload_tmp_directory directive in your PHP.INI file, and your uploads should now work correctly.
Problem solved.
Forum: Installing WordPress
In reply to: Auto upgrade from 2.86 to 2.9 didn’t workI tried renaming my plugins directory to “_plugins” and that seemed to work, but some of my plugins were completely missing (red/pink). So I changed the name back to “plugins” and reverted to the 2.86 version of “wp-admin/plugins.php” All of my plugins were deactivated (blue), but available. All i had to do was re-activate each one.
Forum: Fixing WordPress
In reply to: Imagesi am having the same issue. i would like to display a thumb on my home page but not necessarily on the single post page. i would also like to have a gallery on the post content page, but had to include a small, scaled down icon at the bottom of the post in order for it to show up on the home page. i have found another thumbnail plug-in (wp post thumbnail), but it’s not working for me at all.
any ideas? thx!
mitch
Forum: Plugins
In reply to: [Plugin: WP Post Thumnail]I have the same problem. I just upgraded to 2.7 before installing.
Forum: Themes and Templates
In reply to: Replacing previous/next buttons with images as linkstry the following to display images instead:
Main index template:
<?php next_posts_link('<div id="nav1" class="alignleft"></div>') ?> <?php previous_posts_link('<div id="nav2" class="alignright"></div>') ?>