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

Gallery Shortcode Function Help

The function you’ve supplied actually doesn’t look that bad. It’s almost the same way I’d handle the problem, however if you only ever want to modify the include part and always get the attachment_ids associated with the post, here is what I would do. I would actually create a new shortcode which in turn calls … Read more

Multiple post back-to-back display only one gallery

Hourray : find it : do_shortcode do the trick ! here is the final code : // ——————————————————————————————————————– //Add a ShorCode to get a page/post content add_shortcode (‘post_cat3′,’get_post_cat3’); function get_post_cat3 ($att) { $query = new WP_Query( ‘cat=36’ ); if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); $aaa .= ‘<p>————</p>’.do_shortcode(get_the_content()); endwhile; endif; return do_shortcode($aaa); }

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

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