wordpress函数
2019-12-12 本文已影响0人
冷轩小王子
get_template_directory()当前主题的绝对目录,下载资源时可能用的到
get_template_directory_uri() 当前主题的目录的uri
feed订阅步骤
-1.在index.php的header添加wp_head();
-2.functions.php添加add_theme_support("automatic-feed-links");
-3.在连接中a标签中 href=""<?php echo bloginfo("rss2_url")?>"