mstg2000
Forum Replies Created
-
Forum: Plugins
In reply to: [WPMovieLibrary] Movie Grid "slash" issue?Nevermind.. I found the issue was in my permalinks.. needed to put a “/” after %postname%
Forum: Plugins
In reply to: [WP-Filebase Download Manager] Not seeing existing files??Nevermind, the “slideshow” plugin i’ve been using for years, suddenly caused an issue. Deactivating it fixed the problem
Forum: Plugins
In reply to: QuickPress front front end?ya know, something like a facebook status update that only authors/admins could see? any ideas?
Forum: Plugins
In reply to: [Post In Post] [Plugin: Post In Post] Doesnt workJust tried it using a fresh install of WordPress 3.3.2 – no other plug ins, still no good on FF IE or Chrome
Forum: Plugins
In reply to: [Post In Post] [Plugin: Post In Post] Doesnt worktried using Firefox and Chrome. WordPress 3.3.2
Forum: Hacks
In reply to: Display Title as Caption in WP GalleryPlace that code into your functions.php file, save it.
Upload an image, after it’s done crunching Save it again.. your title and caption will end up as whatever your title was.I’ve gotten into the habit of simply naming my images the same as I want it captioned, works great.
Forum: Themes and Templates
In reply to: Multiple Loops & StylesNever mind! Solved myown problem..
<?php if (have_posts()) : ?> <?php $my_query = new WP_Query('posts_per_page=6'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate[] = $post->ID ?> <?php include("the_loop.php"); ?> <?php endwhile; ?> <!-- Do other stuff... --> <?php if (have_posts()) : while (have_posts()) : the_post(); if (in_array($post->ID, $do_not_duplicate)) continue; ?> <?php include("the_archive_loop.php"); ?> <?php endwhile; endif; ?>Forum: Hacks
In reply to: Display Title as Caption in WP Gallerynevermind, it worked great, thank you!
now if only there was a way to get it to work retroactively to my existingn uploads, heheForum: Hacks
In reply to: Display Title as Caption in WP GalleryMark, thank you very much’
i hate to sound like a newb, but which file do i add this too? functions.php?Forum: Hacks
In reply to: Display Title as Caption in WP Galleryhmmmm.. when you upload an image, the title automatically is set based on the filename. wish there was a way for the caption to be auto set as well.
Forum: Plugins
In reply to: [Feature Slideshow] [Plugin: Feature Slideshow] Possible preg_match errorGetting the same error.. and the slideshow is now running very fast, not pausing.. can i get the old one back?
Forum: Fixing WordPress
In reply to: Changing Media “Attached to” info…drat, alrighty then..
could be a feature on the next update of wordpress eh? yeah?
being able to select the area for the thumbnail? would be goooood?Forum: Fixing WordPress
In reply to: Changing Media “Attached to” info…the problem is, i’m using a plug in that utilizes media files attached only to that particular post or page
http://www.seoadsensethemes.com/wp-post-thumbnail-wordpress-plugin/
I know it’s kinda old.. and that 3.0 has a post thumbnail feature, but with this plug in I get to select the area of the image to be used, without cropping the file down, leaving the full sized image able to be linked to for viewing.
Forum: Fixing WordPress
In reply to: Image upload IssuesNope, i was wrong.. still happening.. any one?
Forum: Fixing WordPress
In reply to: Image upload IssuesIt appears that a ad-blocking addon for firefox may have been messing with my flash applications