for the 600 x 150 image: You can change the names and dimensions to whatever you like. Enjoy! */ add_filter('image_size_names_choose', 'tp_custom_image_sizes'); function tp_custom_image_sizes($sizes) { return array_merge($sizes, array( 'tp-medium' => __('700px by 700px', 'pjax-blog') )); }