Topic: loop for in shortcode
this would be logical?
// start shortcode public static function _shortcode($attributes) { // Extract extract($attributes); // photo if (isset($photo)) $photo = $photo; else $photo = '"'; // title if (isset($title)) $title = $title; else $title = ''; return for ($i = 1; $i <= 10; $i++) { echo ('<a href="'.$photo[$i].'"> <img src="'.$photo[$i].'" title="'.$title[$i].'"/> </a>'); } }
<!-- in web -->
{Nameshortcode photo1="http://www.example.com/1.png" title1="example1" photo2="http://www.example.com/2.png" title2="example2" photo3="http://www.example.com/3.png" title3="example3" }
..::: Moncho Varela ::::.. ..::: @Nakome ::::.. ..::: Github ::::..