How to adjust only the template gallery

There are several possible things affecting your gallery. The first most basic one is WordPress Core itself. The gallery shortcode is created in /wp-includes/media.php. If you had a default theme and no plugins, that would be controlling it. However, the behavior you describe is being added, either by a theme or a plugin. A theme … Read more

Get caption from unattached images in gallery?

<?php $loop = new WP_Query( array( ‘post_type’ => ‘gallery’, ‘posts_per_page’ => 100 ) ); while ( $loop->have_posts() ) : $loop->the_post(); if ( $gallery = get_post_gallery( get_the_ID(), false ) ) : $img_ids = explode( ‘,’, $gallery[‘ids’] ); /* Loop through all the image and output them one by one */ foreach( $gallery[‘src’] as $key => $src … Read more

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