Multiple Galleries in WordPress 3.3.1

Use Nextgen and problem solved. You can add as many galleries as you want. And you’re right, sadly, this core upgrade killed a lot of amazing plugins. I have downgraded sites because of that.

Gallery image must open up in fancybox directly not post page

Make sure that your galleries are set as Links to “Image File” and not to “Attachment Post” for Galleries and images. You’ll find the settings in the image/galleries pop-up window. I’m not familiar with your plug-in but you might need to manually add the fancybox class to each image. Another option is to add the … Read more

Single Image Gallery Post [closed]

Read Theme Unit Test and import the test data (including images!) into a new blog. You will get everything you need to test. There is a gallery post included (Images Test), and if you click on an image you get an attachment page for this gallery image. Here is a screen shot from TwentyEleven: See … Read more

Hierarchical gallery

WordPress Posts (First level) Yes, the posts feature can be used as a gallery. WordPress provides nice short code to show all the attached images in post. While adding galleries make sure they point to attachment page not to the real file. When user clicks on any of image from the gallery they’ll get to … Read more

Numberposts 1 not cooperating in 3.5

What do you mean by “isn’t liking what I’m doing for some reason.”? What happens? Does it break or just not return the amount you expected? Is the second query working? As for the trick of stripping shortcodes it’s just as easy as: <?php echo strip_shortcodes( get_the_content() ); ?>

How to show the image caption on custom post type …?

You should be able to use the caption from post_excerpt of the WP_Post object. $the_imgs = get_custom_field(‘gallery_img:to_array’); foreach( $the_imgs as $img ) { list( $url, $width, $height ) = wp_get_attachment_image_src( $img, ‘thumbnail’ ); $img_post = get_post( $img ); echo ‘<img src=”‘ . $url . ‘” width=”‘ . $width . ‘” height=”‘ . $height . ‘”> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)