我想通过bloginfo( \'template_directory\' )
在阵列中
我试过了,但没用。如何正确书写?
<?php
get_the_image( array( \'size\' => \'full\',
\'default_image\' => bloginfo( "template_directory" ) .\'/img/dflt.png\',
\'image_scan\' => true,
\'link_to_post\' => false ) );
?>
get_the_image
是Justin Tadlock插件的函数