• how to customize upload directory with
    year/month/day
    im try to edit this code but not working properly, hope someone guide me thanks

    // Generate the yearly and monthly dirs
    if ( !$time )
    	$time = current_time( 'mysql' );
    	$y = substr( $time, 0, 4 );
    	$m = substr( $time, 5, 2 );
    	$d = substr( $time, 6, 2);
    	$subdir = "/$y/$m/$d";
    }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘year/month/day upload dirc’ is closed to new replies.