<a href="<?php the_permalink(); ?>"> <?php the_title(); ?></a>
以上是我的主题的一个小部件的代码片段。
现在在小部件安排中,情况就是这样→
$instance[\'number_of_words\'] = absint( $new_instance[\'number_of_words\'] );
上述设置用于处理我们希望在标题中显示多少个单词?
我们应该如何传递这个变量$instance[\'number_of_words\']
→
<?php the_title(); ?>