您使用的语法不正确,因此可能会出现语法错误。您在代码中使用了一些奇怪的符号,应该使用一个引号(\'
). 此外,使用花括号括起一个条件。调试更容易
<?php
if(function_exists(\'wooslider\')){
echo do_shortcode(\'[wooslider slider_type="posts" limit="3" link_title="true" layout="text-bottom" overlay="full" category="homepage-feature-post"]\');
}
?>