Fixed width and auto height thumbnail for plugin.
-
Dear Author.
I am generating a different image thumbnail size with fixed width, auto height to use for related post with the following code.
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 192, auto, true ); }But don’t know how to use this thumbnail size with this plugin. Following is the code that I am using in my theme function file.
Please help.
Regards.
Ahmar Razahttp://ww.wp.xz.cn/extend/plugins/wordpress-23-related-posts-plugin/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Fixed width and auto height thumbnail for plugin.’ is closed to new replies.