Are you going to put newlines in there between each image? or just spaces?
I’ll put in both for this example, checking if there’s a newline.
You would want something like this in your functions.php:
add_shortcode('my_gallery', 'gallery_function');
function gallery_function($atts, $code=""){
$files=preg_split( '/\s+/', $code ); // Added in from Jan's comment.
foreach($files as $img){
if($img=="")
continue; // ensures that no empty items from the split have entered in, since that is possible with the preg_split
//handle each filename in here.
}
}
It’s not perfect.. if you use both spaces and newlines in your shortcode, it’ll mess things up – though that could be dealt with in more detail inside the function.
Hope this helps.
Related Posts:
- How to manually fix the WordPress gallery code using PHP in functions.php?
- Adding Image Count to Multigallery
- Showing a different gallery in a seperate post
- Create shortcode for metabox gallery
- Adding a css class to the gallery
- Way to add captions to gallery images by code
- Custom gallery in wp3.5
- Shortcode to show the code
- Shortcode returns values in the wrong order
- WordPress automatically adds links to uploaded images
- Get URL from shortcode tag
- Embedding PHP in shortcode $content
- Shortcode with PHP issue “Undefined index”
- Excecuting php function in shortcode
- Only first shortcode gets executed
- Multiple do_shortcode in page template
- Returning data instead of echoing/printing
- echo something inside a shortcode
- displaying content that includes shortcodes within an echo
- List taxonomy term slugs within shortcode (do_shortcode)
- Shortcode from a function not working
- Display Data in Table from External Database in WP using Shortcodes
- get_posts works in the page template but not in a shortcode
- Is it possible to return content, and then also continue to do other things?
- ::before on open/close function [closed]
- anyway to put inside a $outprint=sprintf()
- Is There A Way To Make Theme Files Accept Shortcodes?
- How can I include shortcodes within PHP?
- Is it possible to define variables in a wordpress shortcode, and then call the shortcode using a specific variable?
- Create a WordPress shortcode using PHP [duplicate]
- do_action(), iFrame Gets Displayed Despite Password Protection [closed]
- $wpdb returns duplicate posts
- Creating WordPress Shortcode with Variable
- Catchable fatal error: Object of class stdClass could not be converted to string
- Get title attribute from galleries
- Syntax error in a shortcode function
- Using Shortcode to Grab Archive Listing, Separate by Year
- Capitalize Shortcode Value on Output
- Shortcode to find and replace URL
- Why is my str_replace not working on short code submitted by front-end?
- Detecting if parent page has gallery
- Could use some help with Shortcodes
- How to put a form with php code into a variable or shortcode?
- Unable to process php via shortcode
- WordPress gallery shortag
- Help with WordPress function inside a shortcode
- Timthumb.php image gallery not working on Multisite WordPress
- calling a custom field value inside functions.php
- Using ob_start and ob_get_clean with wordpress shortcode
- Short code template + ajax
- WordPress shortcode returns the data before
- List all blogs, but exclude the main site
- Shortcode to embed Edit Account form not working
- Shortcode not staying inside div tag
- Line breaks inside shortcode variable
- Handling PHP/HTML inside the output of a shortcode function
- Shortcode for Listing Users from Meta Value?
- Change default gallery images – Currently they are displaying full size imagese
- Cant display an image via PHP in wordpress
- Shortcode to pull posts
- PHP code inside Shortcode
- Need to Modify a WordPress Shortcode with another wordpress shortcode
- Help Fallback (thumbnail)
- How to return a string that has a jQuery and Ajax inside in a shortcode?
- Shortcode to log user into current URL
- Shortcode function doesnt work without caption
- Action Hook Inside WordPress Plugin Shortcode
- How can I include the user id inside of a shortcode php output?
- Split shortcodes to array of shortcodes
- Shortcodes showing in excerpt despite using strip_shortcodes
- PHP error with a shortcode: “no suitable wrapper” for file_get_contents
- How do I increase the upload size only when editing special pages?
- PHP Helper Class to create shortcodes
- Calling PHP Titles inside Javascript Markup
- How to make a conditional statement within $output in shortcodes.php?
- help with custom shortcode that stopped working
- Create special button on WP Tiny MCE Posts Editor for Shortcodes
- Change Spaces to Dashes?
- Shortcode for a Series of Elevating Image Files, Excluding a Range?
- Shortcode won’t execute
- How to get my [shortcode] rendered on the home page, other pages are fine
- Including Custom fields within the_content
- What is the difference between Null vs Empty (Zero Length) string?
- Shortcode displaying at the top of the page [duplicate]
- AJAX function not working [closed]
- Auto create Nextgen Gallery on post creation [closed]
- Can ‘Custom Field’ data be inserted into this Short Code?
- MySQL Query Returns Array () In Shortcode
- how to get sentence values from wordpress shortcode parameter?
- Why wp_remote_get() fetches certain web pages while it doesn’t work for my localhost?
- Show Featured Image Dimensions and size frontend with shortcode
- How to exclude labels from certain categories in a shortcode?
- Delete images from media library when user deletes an image from ACF Gallery
- How to work Woocommerce pagination inside shortcode?
- How to get woocommerce orders with get_posts method in a shortcode
- Updating Metadata with Shortcode
- Counting number of posts in multiple (sub)categories using shortcode
- Set document title through shortcode plugin
- using shortcodes inside gravity forms
- How to Create custom block for displaying information in content section which act like shortcode