我决定尝试构建主题而不使用像下划线那样的基础......我有所有必需的文件
(ss of files),
我的static func defaultURLSession(username : String, password:String) -> NSURLSession {
let config = NSURLSessionConfiguration.defaultSessionConfiguration()
let userPasswordString = "\(username):\(password)"
let userPasswordData = userPasswordString.dataUsingEncoding(NSUTF8StringEncoding)
let base64EncodedCredential = userPasswordData!.base64EncodedStringWithOptions(NSDataBase64EncodingOptions.EncodingEndLineWithCarriageReturn)
let authString = "Basic \(base64EncodedCredential)"
config.HTTPAdditionalHeaders = ["Authorization" : authString]
return NSURLSession(configuration: config)
}
文件如下所示:
我正在尝试加载此文件以将所有css排入队列:
这是基于下划线做的其他主题,所以我假设我缺少一些可能控制路径的功能?
向console.log添加了一条消息,以查看正在加载的页面,并且在所有这些页面上我都收到了消息,所以我认为它们必须是路径。有没有办法检查或设置functions.php
?
答案 0 :(得分:0)
试试这个:
require __DIR__ . "/functions.php"
答案 1 :(得分:0)
感谢Gerald,错过了wp_head