Formatting post content to exclude gallery
i used a function from @HOWDY_MCGEE ‘s answer plus some rewrites and attahced is my working code. functions.php: function pw_show_gallery_image_urls() { global $post; // Make sure the post has a gallery in it if( ! has_shortcode( $post->post_content, ‘gallery’ ) ) // return $content; return ‘nadagif’; // Retrieve the first gallery in the post $gallery = … Read more