Add new images to top of existing gallery not bottom

Here’s a version of the linked solution that overrides galleryAddToolbar to have an extra button (insertTop) to do what you want (in your “functions.php”): add_filter( ‘media_view_strings’, function ( $strings, $post ) { $strings[‘addToGallery’] = __( ‘Add to end of gallery’ ); $strings[‘addToGalleryTop’] = __( ‘Add to start of gallery’ ); return $strings; }, 10, 2 … Read more

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