美文网首页
wordpress函数

wordpress函数

作者: 冷轩小王子 | 来源:发表于2019-12-12 23:18 被阅读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")?>"
    

    bloginfo('url');首页地址

    has_tag()

    get_the_content()

    get_the_id()

    相关文章

      网友评论

          本文标题:wordpress函数

          本文链接:https://www.haomeiwen.com/subject/xlexnctx.html